afshin-dini commited on
Commit
a36d904
·
1 Parent(s): beced92

Update the test

Browse files
tests/test_deep_package_detection.py CHANGED
@@ -1,8 +1,8 @@
1
- """Package level tests"""
2
-
3
- from deep_package_detection import __version__
4
-
5
-
6
- def test_version() -> None:
7
- """Unit test for checking the version of the code"""
8
- assert __version__ == "0.2.0"
 
1
+ """Package level tests"""
2
+
3
+ from deep_package_detection import __version__
4
+
5
+
6
+ def test_version() -> None:
7
+ """Unit test for checking the version of the code"""
8
+ assert __version__ == "0.2.0"