Polish contribution
Closes gh-3499
This commit is contained in:
@@ -28,7 +28,7 @@ public class SampleCouchbaseApplicationTests {
|
||||
}
|
||||
}
|
||||
String output = this.outputCapture.toString();
|
||||
assertThat(output).contains("firstname='Alice', lastname='Smith'");
|
||||
assertThat(output).contains("firstName='Alice', lastName='Smith'");
|
||||
}
|
||||
|
||||
private boolean serverNotRunning(RuntimeException ex) {
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
spring.data.couchbase.bucket-name=mybucket
|
||||
spring.data.couchbase.bucket-password=couchbase
|
||||
spring.data.couchbase.hosts[0]=127.0.0.1
|
||||
spring.data.couchbase.bucket.name=mybucket
|
||||
spring.data.couchbase.bucket.password=couchbase
|
||||
Reference in New Issue
Block a user