Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebrilhante committed Jul 13, 2024
1 parent 08fed0d commit 980e1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_quantnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class TestDummy(unittest.TestCase):
def setUp(self):
return super().setUp()

def test_dummy():
def test_dummy(self):
assert True

0 comments on commit 980e1e8

Please sign in to comment.