Skip to content

Commit

Permalink
fixed dumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcilie committed Oct 26, 2023
1 parent a988702 commit a5029af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# test_utils.py
import pytest
from prompt_systematic_review.utils import add, subtract
from prompt_systematic_review.utils import *

def test_assert():
assert True

0 comments on commit a5029af

Please sign in to comment.