Skip to content

Commit

Permalink
fix test handling
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwenwen committed Jun 3, 2019
1 parent 60c1bd4 commit 76b2109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/protocol_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2404,7 +2404,7 @@ def test_param_checks(self):
self.p.cover(self.c1)
self.p.seal(self.c1)
with pytest.raises(RuntimeError):
self.p.seal(self.c2)
self.p.seal(self.c2, mode="illegal"))
with pytest.raises(RuntimeError):
self.p.seal(self.c1, type="aluminum")
with pytest.raises(RuntimeError):
Expand Down

0 comments on commit 76b2109

Please sign in to comment.