commit | ec49550b1f29c52164a3f4bca7779e7dc23d397f | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Dec 27 15:51:40 2013 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Dec 27 15:51:40 2013 -0600 |
tree | c6ce0fa99a092e89bfb5f0ff7633a3dcb1f6f867 | |
parent | 783479c6189d788ac2f721b5b017073736c578cb [diff] [blame] |
change typeerror to valueerror
diff --git a/tests/test_utils.py b/tests/test_utils.py index 32daff7..c640367 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py
@@ -68,7 +68,7 @@ ) item = pretend.stub(keywords={"supported": supported}, funcargs={}) - with pytest.raises(TypeError): + with pytest.raises(ValueError): check_backend_support(item)