Skip to content

Commit 467b358

Browse files
author
Zhen Li
committed
Fix compilation error
1 parent a81d882 commit 467b358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/internal/RoutingDriverStubTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ public void shouldForgetEndpointsOnFailure() throws IOException, InterruptedExce
335335
public void shouldForgetEndpointsOnFailedSessionAcquisition() throws IOException, InterruptedException, StubServer.ForceKilled
336336
{
337337
// Given
338-
StubServer server = StubServer.start( resource( "acquire_endpoints.script" ), 9001 );
338+
StubServer server = StubServer.start( "acquire_endpoints.script", 9001 );
339339

340340
//no read servers
341341

0 commit comments

Comments
 (0)