Skip to content

Commit 0480e57

Browse files
committedJan 4, 2024
Update test with new number of properties
1 parent fb581b8 commit 0480e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/server/test_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def test_list_properties(
480480

481481
results = cli.list_properties("structures")
482482
for database in results:
483-
assert len(results[database]) == 22
483+
assert len(results[database]) == 27
484484

485485
results = cli.search_property("structures", "site")
486486
for database in results:

0 commit comments

Comments
 (0)