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

test: Add assert for non blank modelName

parent 8036a32d
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ public class PsilaRosaeTempModelTest {
PsilaRosaeTempModel instance = new PsilaRosaeTempModel();
String result = instance.getModelName();
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