Skip to content

Commit 3e82f09

Browse files
committed
Fix tests
1 parent c5e913a commit 3e82f09

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tmc-langs-make/src/test/java/fi/helsinki/cs/tmc/langs/make/MakeStudentFilePolicyTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ public void setUp() {
2727
makeStudentFilePolicy = new MakeStudentFilePolicy(path);
2828
}
2929

30-
@Test
31-
public void testItIncludesMakefiles() {
32-
Path makefile = Paths.get("Makefile");
33-
assertTrue(makeStudentFilePolicy.isStudentSourceFile(makefile, path));
34-
}
35-
3630
@Test
3731
public void testItMovesFilesInSrc() throws IOException {
3832
final List<String> toBeMoved = new ArrayList<>();

0 commit comments

Comments
 (0)