Skip to content

Commit

Permalink
test to check ordering of two MPIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Feb 24, 2021
1 parent 9222ee5 commit 6b4af84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/emmet-core/test_mpid.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ def test_mpid():
assert MPID("mp-3") == MPID("mp-3")
assert MPID("mp-3") < 3
assert MPID("mp-3") < MPID("np-3")
assert MPID("mp-3") > MPID("mp-2")
assert 3 > MPID("mp-3")

0 comments on commit 6b4af84

Please sign in to comment.