Skip to content

Commit

Permalink
Test Java Version auf 1.8.0 korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
René Anderes committed Mar 17, 2017
1 parent d1ad197 commit 9aca186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ public void shouldBeRuntimeVersion() {

// then
assertThat(version, is(not(nullValue())));
assertThat(version, is("1.8.0_101"));
assertThat(version.startsWith("1.8.0"), is(true));
}
}

0 comments on commit 9aca186

Please sign in to comment.