Skip to content

Commit c0aa7db

Browse files
committed
typo fix
1 parent 89f3c25 commit c0aa7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import test_service
2828
import test_process
2929
import test_processing
30-
import test_assync
30+
import test_async
3131
import test_grass_location
3232
import test_storage
3333
import test_filestorage
@@ -92,7 +92,7 @@ def load_tests(loader=None, tests=None, pattern=None):
9292
test_service.load_tests(),
9393
test_process.load_tests(),
9494
test_processing.load_tests(),
95-
test_assync.load_tests(),
95+
test_async.load_tests(),
9696
test_grass_location.load_tests(),
9797
test_storage.load_tests(),
9898
test_filestorage.load_tests(),

0 commit comments

Comments
 (0)