Skip to content

Commit

Permalink
issue moosetechnology#72: Updated VerveineJTest_Basic.java
Browse files Browse the repository at this point in the history
issue moosetechnology#72: Updated  DEFAULT_OUTPUT_FILE from "output.mse" to "output.json" in VerveineJTest_Basic.java file
  • Loading branch information
yoU-Jay authored Feb 7, 2023
1 parent 5041e8a commit 954841c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

public abstract class VerveineJTest_Basic {

protected static final String DEFAULT_OUTPUT_FILE = "output.mse";
protected static final String DEFAULT_OUTPUT_FILE = "output.json";

protected Repository repo;
protected VerveineJParser parser;
Expand Down Expand Up @@ -520,4 +520,4 @@ public Collection<Class<?>> directChildren() {
}
}

}
}

0 comments on commit 954841c

Please sign in to comment.