Browse Source

PityTest: typo

JNI-146
heck 4 years ago
parent
commit
beb6533cb3
  1. 2
      test/java/foundation/pEp/pitytest/utils/TestUtils.java

2
test/java/foundation/pEp/pitytest/utils/TestUtils.java

@ -70,7 +70,7 @@ public class TestUtils {
if (envVarExists(name)) { if (envVarExists(name)) {
ret = System.getenv(name); ret = System.getenv(name);
} else { } else {
throw new RuntimeException("ENV var does not exits"); throw new RuntimeException("ENV var does not exist");
} }
return ret; return ret;
} }

Loading…
Cancel
Save