Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Bartz <christopherbartz@gmx.de>
  • Loading branch information
yhaliaw and cbartz authored Jan 31, 2024
1 parent 13a2b1d commit 769088d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def test_something():
"""Test the something function."""
with pytest.raises(ValueError) as err:
something(a=10, b=False)
assert "argument a" in str(err.value)
assert "Argument a" in str(err.value)
assert "less than 5" in str(err.value)
```

Expand Down

0 comments on commit 769088d

Please sign in to comment.