From d8aedc2781a9159fdd695a15fe577aab3c080b5b Mon Sep 17 00:00:00 2001 From: Tom Ritchford Date: Sat, 8 Jun 2019 16:13:38 +0200 Subject: [PATCH] Replace import_all.TestCase with ImportAllTest --- test/hardback/all_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hardback/all_test.py b/test/hardback/all_test.py index a1deb92..5f402f5 100644 --- a/test/hardback/all_test.py +++ b/test/hardback/all_test.py @@ -1,5 +1,5 @@ import import_all -class ImportAllTest(import_all.TestCase): +class ImportAllTest(import_all.ImportAllTest): pass