Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkan0201 committed Oct 4, 2023
1 parent a4a2781 commit d8d8101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ashcount.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
path = os.path.join(os.getcwd(), "src")

sys.path.append(path)
from ashcount import counter , py_counter
from module.ashcount import counter , py_counter

def tset_counter1():
assert counter.line_counter(path="text_test.txt") == 4
Expand Down

0 comments on commit d8d8101

Please sign in to comment.