Skip to content

Commit

Permalink
test(integration): fix the couchbase.properties index information
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Mar 12, 2024
1 parent 5417790 commit 0bffb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jnosql-couchbase/src/test/resources/couchbase.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jnosql.couchbase.host=couchbase://localhost
jnosql.couchbase.user=root
jnosql.couchbase.password=123456
jnosql.couchbase.collections=Book,person,AppointmentBook,jnosql
jnosql.couchbase.index=Book
jnosql.couchbase.index=Book,person,AppointmentBook,jnosql

0 comments on commit 0bffb58

Please sign in to comment.