Skip to content

Commit

Permalink
test function should now go through
Browse files Browse the repository at this point in the history
  • Loading branch information
casvbem committed Aug 18, 2023
1 parent 63fb9e0 commit 9f9b5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_something.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from xbTools import xbeachtools

def test_assertion():
assert 1==2,'error'
assert 1==1,'correct, no error'

0 comments on commit 9f9b5a9

Please sign in to comment.