Skip to content
Snippets Groups Projects
Commit 238c5749 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

test: Fix failing test for getModelName

parent c7192e58
Branches
Tags
1 merge request!1VIPSUTV-369 Fikse test for getModelName
......@@ -149,8 +149,8 @@ public class MaizePhenologyModelTest {
MaizePhenologyModel instance = new MaizePhenologyModel();
String expResult = "Maize Phenology Model";
String result = instance.getModelName();
assertEquals(expResult, result);
assertNotNull(result);
assertTrue(!result.isBlank());
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment