Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit e6ea64d

Browse files
authored
Merge pull request #272 from pontusmelke/4.2-fail
Don't assert on version
2 parents 298fd8a + 05279a6 commit e6ea64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypher-shell/src/test/java/org/neo4j/shell/state/BoltStateHandlerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ public Driver apply( String uri, AuthToken authToken, Config config )
669669
BoltStateHandler handler = new BoltStateHandler( provider, false );
670670
handler.connect( config );
671671

672-
assertTrue( provider.config.userAgent().startsWith( "neo4j-cypher-shell/v4.2" ) );
672+
assertTrue( provider.config.userAgent().startsWith( "neo4j-cypher-shell/v" ) );
673673
}
674674

675675
private Driver stubResultSummaryInAnOpenSession( Result resultMock, Session sessionMock, String version )

0 commit comments

Comments
 (0)