Skip to content

Commit

Permalink
change 'true' to the correct, capitalized 'True' :|
Browse files Browse the repository at this point in the history
  • Loading branch information
AuguB committed Dec 8, 2023
1 parent c27f03e commit 684b5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest/test_sanity.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
def test_sanity():
assert true
assert True
assert 1 + 1 == 2

0 comments on commit 684b5eb

Please sign in to comment.