Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 2aae1ec

Browse files
committed
Removed unused write quorum from index creation tests
1 parent 12ce1ef commit 2aae1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/database_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ def test_create_json_index(self):
987987
'reduce': '_count',
988988
'options': {'def': {'fields': ['name',
989989
'age']},
990-
'w': 2}}}}
990+
}}}}
991991
)
992992

993993
def test_create_text_index(self):
@@ -1078,7 +1078,7 @@ def test_create_multiple_indexes_one_ddoc(self):
10781078
'reduce': '_count',
10791079
'options': {'def': {'fields': ['name',
10801080
'age']},
1081-
'w': 2}}},
1081+
}}},
10821082
'indexes': {'text-index-001': {
10831083
'index': {'index_array_lengths': True,
10841084
'fields': [{'name': 'name', 'type': 'string'},

0 commit comments

Comments
 (0)