Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Dec 26, 2023
1 parent 31f38c7 commit 78f1ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/unit/materials/test_materials_data.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from mat3ra.standata.materials import materials_data


def test_find_entity_tag():
def test_get_material_data():
"""Assert correct information if found about a material."""
material = materials_data["filesMapByName"]["Graphene.json"]
assert type(material) == dict
Expand Down

0 comments on commit 78f1ea3

Please sign in to comment.