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
Branches
Tags
No related merge requests found
...@@ -119,6 +119,7 @@ public class SeptoriaApiicolaModelTest { ...@@ -119,6 +119,7 @@ public class SeptoriaApiicolaModelTest {
SeptoriaApiicolaModel instance = new SeptoriaApiicolaModel(); SeptoriaApiicolaModel instance = new SeptoriaApiicolaModel();
String result = instance.getModelName(); String result = instance.getModelName();
assertNotNull(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