Skip to content

Commit

Permalink
Remove pytest.mark.xfail decorator, test expected to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton authored Sep 27, 2022
1 parent 2849726 commit 0b4520f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def test_client(rester):
)


@pytest.mark.xfail(reason="Monty decode issue with phase diagram")
def test_get_phase_diagram_from_chemsys():
# Test that a phase diagram is returned

Expand Down

0 comments on commit 0b4520f

Please sign in to comment.