style: format manifest paths test

This commit is contained in:
Keisuke Hirata 2026-05-28 12:38:53 +09:00
parent 4450e1da9d
commit 0e4ab1d496
No known key found for this signature in database

View File

@ -281,10 +281,7 @@ mod tests {
("HOME", Some("/h")), ("HOME", Some("/h")),
("XDG_RUNTIME_DIR", Some("/run/user/1000")), ("XDG_RUNTIME_DIR", Some("/run/user/1000")),
]); ]);
assert_eq!( assert_eq!(runtime_dir().unwrap(), PathBuf::from("<runtime-dir>"));
runtime_dir().unwrap(),
PathBuf::from("<runtime-dir>")
);
} }
#[test] #[test]