style: format manifest paths test
This commit is contained in:
parent
4450e1da9d
commit
0e4ab1d496
|
|
@ -281,10 +281,7 @@ mod tests {
|
|||
("HOME", Some("/h")),
|
||||
("XDG_RUNTIME_DIR", Some("/run/user/1000")),
|
||||
]);
|
||||
assert_eq!(
|
||||
runtime_dir().unwrap(),
|
||||
PathBuf::from("<runtime-dir>")
|
||||
);
|
||||
assert_eq!(runtime_dir().unwrap(), PathBuf::from("<runtime-dir>"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user