We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bb1fe commit 8cf7026Copy full SHA for 8cf7026
tests/workspace/test_builder.py
@@ -452,6 +452,7 @@ def test_automatic_rename_option(
452
453
builder = WorkspaceBuilder(sconf=workspace, server=server)
454
builder.build()
455
+ assert builder.session is not None
456
session: Session = builder.session
457
w: Window = session.windows[0]
458
assert len(session.windows) == 1
0 commit comments