Skip to content

Commit 2b400ea

Browse files
authored
Update README.md
1 parent f22184e commit 2b400ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ my-tool/
4040
# test_script_1.py
4141
# Dependencies
4242
import unittest
43-
from unit-db-test.testcase import DBintegrityTest
43+
from unit_db_test.testcase import DBintegrityTest
4444
```
4545

4646
3. Create a `DBintegrityTest` as if it was a `unittest.TestCase`. It is important to define the path to the `.env` that keeps the Postgres DB credentials:

0 commit comments

Comments
 (0)