Skip to content

Commit

Permalink
wip: make tests more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenengelsen committed Dec 8, 2023
1 parent f0dc087 commit 7a0acaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
java-version: '8'
cache: 'maven'
- name: Run tests
run: mvn -B test --file pomJava8.xml -ntp
run: mvn test --file pomJava8.xml -ntp

Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void testDewP() {
46.42490219574348, 46.83203503669948, 46.869568345957006, 46.903557772489435
};
System.out.println(Arrays.toString(dewPointPressures));
assertArrayEquals(expectedDewPointPressures, dewPointPressures, 10E-12);
assertArrayEquals(expectedDewPointPressures, dewPointPressures, 10E-10);

}

Expand Down

0 comments on commit 7a0acaf

Please sign in to comment.