Skip to content

Commit

Permalink
Fix unit tests that run without grobid-home
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Feb 21, 2024
1 parent 7cb098c commit fc294c3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,10 @@ class QuantityParserTest {
@JvmStatic
@BeforeAll
@Throws(Exception::class)
fun before(): Unit {
fun before() {
val modelParameters = ModelParameters()
modelParameters.name = "bao"
GrobidProperties.addModel(modelParameters)
GrobidProperties.getInstance()
}
}

Expand Down

0 comments on commit fc294c3

Please sign in to comment.