Skip to content

Commit fa248fc

Browse files
committed
fix: Fix test
Signed-off-by: Tomas Kislan <[email protected]>
1 parent d409402 commit fa248fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernels/deepnote/environments/deepnoteEnvironmentTreeItem.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ suite('DeepnoteEnvironmentTreeItem', () => {
111111

112112
const tooltip = item.tooltip as string;
113113
assert.include(tooltip, 'Test Environment');
114-
assert.include(tooltip, 'running'); // Status enum value is lowercase
114+
assert.include(tooltip, 'Running...');
115115
assert.include(tooltip, testInterpreter.uri.fsPath);
116116
});
117117

0 commit comments

Comments
 (0)