Skip to content

Commit

Permalink
Add a sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 8, 2023
1 parent 91abba5 commit e649c2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arcae/tests/test_sanity.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
def test_that_works():
assert True

def test_that_doesnt_work():
assert False

0 comments on commit e649c2e

Please sign in to comment.