Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkan0201 committed Oct 4, 2023
1 parent 93078d8 commit a6fb193
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added src/__pycache__/ashcount.cpython-311.pyc
Binary file not shown.
Binary file modified test/__pycache__/test_ashcount.cpython-311-pytest-7.4.2.pyc
Binary file not shown.
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 module.ashcount import counter , py_counter
from ashcount import counter , py_counter

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

0 comments on commit a6fb193

Please sign in to comment.