Skip to content

Commit a15eda2

Browse files
committed
Also revert back to _domain_obj in testing
1 parent e23ed97 commit a15eda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ async def connect(
277277

278278
if not timeout:
279279
assert smile._timeout == 30 # pylint: disable=protected-access
280-
assert smile.domain_objects is None # pylint: disable=protected-access
280+
assert smile._domain_objects is None # pylint: disable=protected-access
281281
assert smile.smile_type is None
282282

283283
# Connect to the smile

0 commit comments

Comments
 (0)