Skip to content

Commit

Permalink
Fix: Test should now expect 1.something.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Griffin committed Nov 13, 2024
1 parent 1eafa70 commit d09c99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/fauna/configuration/VersionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class VersionTest {
@Test
void getVersion_shouldReturnCorrectVersion() {
String version = DriverEnvironment.getVersion();
assertTrue(version.contains("0."));
assertTrue(version.contains("1."));
}

}

0 comments on commit d09c99c

Please sign in to comment.