Skip to content

Commit

Permalink
Update test with new number of properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jan 4, 2024
1 parent fb581b8 commit 0480e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def test_list_properties(

results = cli.list_properties("structures")
for database in results:
assert len(results[database]) == 22
assert len(results[database]) == 27

results = cli.search_property("structures", "site")
for database in results:
Expand Down

0 comments on commit 0480e57

Please sign in to comment.