Skip to content

Commit

Permalink
Use pytest.deprecated_call
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal committed Feb 20, 2019
1 parent feae908 commit d2c7be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_phoenix_precision.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_check_model(model_in, expected_model):


def test_model_depreciation():
with pytest.warns(DeprecationWarning):
with pytest.deprecated_call():
check_model("phoenix")


Expand Down

0 comments on commit d2c7be4

Please sign in to comment.