Skip to content

Commit bd57fd8

Browse files
committed
run pre-commit
1 parent 528bd3a commit bd57fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_sessions_unified.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
sys.path[0:0] = [""]
2323

2424
from test import unittest
25-
from test.synchronous.unified_format import generate_test_classes
25+
from test.unified_format import generate_test_classes
2626

27-
_IS_SYNC = False
27+
_IS_SYNC = True
2828

2929
# Location of JSON test specifications.
3030
if _IS_SYNC:

0 commit comments

Comments
 (0)