minor fix to tests

This commit is contained in:
Sandy Brownlee 2022-09-09 17:08:30 +01:00
parent c3c2076d9e
commit f4e1a08f61

View File

@ -33,8 +33,8 @@ public class TestScanner {
@Test
public void testPoundDemo() {
compileExpectFailure("/pounddemo.tri");
public void testBarDemo() {
compileExpectFailure("/bardemo.tri");
}