Skip to content
Snippets Groups Projects
Commit e9120016 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

test

parent eaf9187f
No related branches found
No related tags found
2 merge requests!755Production Release | nshmp-haz,!754NSHM Unit tests
...@@ -161,6 +161,6 @@ class NshmTests { ...@@ -161,6 +161,6 @@ class NshmTests {
private NshmpSite getSite() { private NshmpSite getSite() {
var testSite = System.getProperty("TEST_SITE"); var testSite = System.getProperty("TEST_SITE");
return testSite == null || testSite == "" ? null : NshmpSite.valueOf(testSite); return testSite == null ? null : NshmpSite.valueOf(testSite);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment