Skip to content

Commit

Permalink
Fix Starfield test using Skyrim plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jun 25, 2024
1 parent e92d8f2 commit ff064d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ mod tests {

let master_flagged_esp = tmp_dir.path().join("Blank.esp");
copy(
Path::new("testing-plugins/Skyrim/Data/Blank.esm"),
Path::new("testing-plugins/Starfield/Data/Blank.full.esm"),
&master_flagged_esp,
)
.unwrap();
Expand Down

0 comments on commit ff064d4

Please sign in to comment.