Skip to content

Commit 5a24729

Browse files
committed
update phonon tests for 'identifiers'
1 parent bc43afa commit 5a24729

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/client/materials/test_phonon.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ def test_phonon_search():
2121
"fields",
2222
],
2323
alt_name_dict={
24-
"phonon_ids": "identifier",
24+
"identifiers": "identifier",
2525
},
2626
custom_field_tests={
2727
# test search kwarg backwards compat
2828
"material_ids": ["mp-149", "mp-13"],
29-
"phonon_ids": ["ft", "mp-13"],
30-
"phonon_ids": "mp-149",
29+
"identifiers": ["ft", "mp-13"],
30+
"identifiers": "mp-149",
3131
"phonon_method": "dfpt",
3232
},
3333
sub_doc_fields=[],

0 commit comments

Comments
 (0)