Skip to content

Commit

Permalink
Fix VersionTest.getVersion_shouldReturnCorrectVersion.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Griffin committed Sep 11, 2024
1 parent e3c9267 commit 8e26f2f
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.1"));
assertTrue(version.contains("0."));
}

}

0 comments on commit 8e26f2f

Please sign in to comment.