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

test: Add assert for non blank modelName

parent d8d976d9
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ public class SeptoriaHumidityModelTest {
SeptoriaHumidityModel instance = new SeptoriaHumidityModel();
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