Skip to content

Commit

Permalink
expand loader test
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuermagier committed Jul 13, 2024
1 parent 25818e5 commit 430b527
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ private void assertClassesPresent() throws IOException {
AbstractTempLocation fixedTempLocation = AutograderLoader.instantiateTempLocation(Path.of(".autograder-tmp"));
fixedTempLocation.close();

AbstractLinter linter = AutograderLoader.instantiateLinter(AbstractLinter.builder(Locale.US));
AutograderLoader.instantiateLinter(AbstractLinter.builder(Locale.US));

AutograderLoader.convertProblemType("ASSERT");
}
}

0 comments on commit 430b527

Please sign in to comment.