Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Jan 29, 2024
1 parent 23917c4 commit 2d90904
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void testgetNBThreadsShouldReturnAvailableProcessorsIfZero() {
@Test
public void testShouldReturnModelPathWithExtension() {
GrobidModels model = GrobidModels.DATE;
String extension = GrobidProperties.getGrobidCRFEngine(model).getExt();
String extension = GrobidProperties.getGrobidEngine(model).getExt();
assertEquals(
"model path for " + model.name(),
new File(GrobidProperties.getGrobidHome(),
Expand Down

0 comments on commit 2d90904

Please sign in to comment.