Skip to content

Commit

Permalink
Merge pull request #123 from envirover/issue109_7
Browse files Browse the repository at this point in the history
#109 Updated UV Tracks test to v3
  • Loading branch information
envirover authored Jun 2, 2021
2 parents 95703d9 + 6d04411 commit fbc2d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UVHubTest/src/main/java/com/envirover/TestRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TestRunner {
public static void main(String[] args) {
System.out.println("UV Hub and UV Tracks integration test.");

Result result = JUnitCore.runClasses(UVHubTest.class, UVTracksTest.class, UVTracksV3Test.class);
Result result = JUnitCore.runClasses(UVHubTest.class, UVTracksV3Test.class);

if (result.wasSuccessful()) {
System.out.println(
Expand Down

0 comments on commit fbc2d14

Please sign in to comment.