Skip to content

Commit 251ee8a

Browse files
committed
test: cursor autocomplete
Signed-off-by: ivelin <[email protected]>
1 parent 1d7ae7b commit 251ee8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_canswim.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
def test_canswim_model_initialization():
66
model = CanswimModel()
77
assert isinstance(model, CanswimModel)
8+
assert model.model is None
89

910

1011
def test_canswim_model_build():

0 commit comments

Comments
 (0)