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

Commit 6971b00

Browse files
committed
Added total_rows to test_get_query_indexes_raw
1 parent 2aae1ec commit 6971b00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/database_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,8 @@ def test_get_query_indexes_raw(self):
11751175
'default_field': {},
11761176
'default_analyzer': 'keyword',
11771177
'selector': {}}}
1178-
]}
1178+
],
1179+
'total_rows' : 3}
11791180
)
11801181

11811182
def test_get_query_indexes(self):

0 commit comments

Comments
 (0)