Skip to content

Commit

Permalink
Fixed Failing Test
Browse files Browse the repository at this point in the history
- Fixed failing test load_ValidFile()
  • Loading branch information
CatRass committed Oct 30, 2024
1 parent d7fc538 commit 8b11f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PKRust/saveLoader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ mod tests {

#[test]
fn load_ValidFile() {
let fileName = "./test/POKEMON Blue.sav";
let fileName = "./test/POKEMON BLUE.sav";
let saveFile = Save::load(fileName);

assert!(saveFile.is_ok());
Expand Down

0 comments on commit 8b11f6e

Please sign in to comment.