Skip to content

Commit

Permalink
test(core): remove .mohidden
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Jan 20, 2024
1 parent ac7b373 commit ca532fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dar2oar_core/src/fs/path_changer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ mod test {

assert_eq!(
dar_root,
PathBuf::from(
"../ModName/meshes/actors/character/animations/DynamicAnimationReplacer.mohidden"
)
PathBuf::from("../ModName/meshes/actors/character/animations/DynamicAnimationReplacer")
);
assert_eq!(
oar_root,
Expand Down

0 comments on commit ca532fd

Please sign in to comment.