Skip to content

Commit e4dfa63

Browse files
authored
Update GenericTest.java
1 parent c5f1809 commit e4dfa63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/innovimax/mixthem/GenericTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ public final void checkRule1() throws MixException, FileNotFoundException, IOExc
3131
}
3232

3333
@Test
34-
public final void checkRule12() throws MixException, FileNotFoundException, IOException {
34+
public final void checkRuleAdd() throws MixException, FileNotFoundException, IOException {
3535
URL url1 = getClass().getResource("test001_file1.txt");
3636
URL url2 = getClass().getResource("test001_file2.txt");
37-
URL url12 = getClass().getResource("test001_output-12.txt");
37+
URL url12 = getClass().getResource("test001_output-add.txt");
3838
File file1 = new File(url1.getFile());
3939
File file2 = new File(url2.getFile());
4040
File file12 = new File(url12.getFile());

0 commit comments

Comments
 (0)