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

test: Add assert for non blank modelName

parent 21740724
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ public class SeptoriaApiicolaModelTest {
SeptoriaApiicolaModel instance = new SeptoriaApiicolaModel();
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