Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhamidali committed Sep 7, 2023
1 parent 6d6437d commit 94d362d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified pyscancf/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified pyscancf/__pycache__/pyscancf.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion test_pyscancf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class TestPyScanCf(unittest.TestCase):
def test_version(self):
import pyscancf

self.assertEqual(pyscancf.__version__, "1.0.24")
self.assertEqual(pyscancf.__version__, "1.0.25")


def suite():
Expand Down

0 comments on commit 94d362d

Please sign in to comment.