Skip to content

Commit 0bffb58

Browse files
committed
test(integration): fix the couchbase.properties index information
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 5417790 commit 0bffb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jnosql-couchbase/src/test/resources/couchbase.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jnosql.couchbase.host=couchbase://localhost
1616
jnosql.couchbase.user=root
1717
jnosql.couchbase.password=123456
1818
jnosql.couchbase.collections=Book,person,AppointmentBook,jnosql
19-
jnosql.couchbase.index=Book
19+
jnosql.couchbase.index=Book,person,AppointmentBook,jnosql

0 commit comments

Comments
 (0)