Skip to content

Commit 8cf7026

Browse files
committed
chore(test_builder): Fix typings
1 parent 19bb1fe commit 8cf7026

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/workspace/test_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ def test_automatic_rename_option(
452452

453453
builder = WorkspaceBuilder(sconf=workspace, server=server)
454454
builder.build()
455+
assert builder.session is not None
455456
session: Session = builder.session
456457
w: Window = session.windows[0]
457458
assert len(session.windows) == 1

0 commit comments

Comments
 (0)