Skip to content

Commit d8aedc2

Browse files
committed
Replace import_all.TestCase with ImportAllTest
1 parent 4f5478a commit d8aedc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hardback/all_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import import_all
22

33

4-
class ImportAllTest(import_all.TestCase):
4+
class ImportAllTest(import_all.ImportAllTest):
55
pass

0 commit comments

Comments
 (0)