Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
griggszm@msoe.edu authored and griggszm@msoe.edu committed May 3, 2020
1 parent 91c39ff commit 76cf05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/systems/crigges/jmpq3test/MpqTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public void testRebuild() throws IOException {
@Test
public void testExternalListfile() throws Exception {
File mpq = getFile("mpqs/normalMap.w3x");
File listFile = getFile("normalMap.w3x");
File listFile = getFile("listfile.txt");
JMpqEditor mpqEditor = new JMpqEditor(mpq, MPQOpenOption.FORCE_V0);
if(mpqEditor.isCanWrite()) {
mpqEditor.deleteFile("(listfile)");
Expand Down

0 comments on commit 76cf05c

Please sign in to comment.