Skip to content

Commit fef9e96

Browse files
committed
break-test
1 parent 356d99a commit fef9e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/test/java/com/datastax/driver/core/AuthenticationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void should_connect_with_credentials() {
6767
.newAuthenticator(
6868
findHost(cluster, 1).getEndPoint(), "org.apache.cassandra.auth.PasswordAuthenticator");
6969
assertThat(cluster.getMetrics().getErrorMetrics().getAuthenticationErrors().getCount())
70-
.isEqualTo(0);
70+
.isEqualTo(1);
7171
}
7272

7373
/**

0 commit comments

Comments
 (0)