Skip to content

Commit

Permalink
update test to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed May 30, 2024
1 parent 29738af commit 3087bbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.
24 changes: 0 additions & 24 deletions test.py

This file was deleted.

5 changes: 5 additions & 0 deletions test_inference.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# content of test_inference.py
class TestClass:
def test_one(self):
x = "this"
assert "h" in x

0 comments on commit 3087bbc

Please sign in to comment.