Skip to content

Commit d022716

Browse files
committed
improve test
1 parent 6e419f2 commit d022716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/notebooks/deepnote/sqlCellStatusBarProvider.unit.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ suite('SqlCellStatusBarProvider', () => {
375375

376376
// Verify that the active cell was used
377377
verify(mockedVSCodeNamespaces.window.showInputBox(anything())).once();
378+
verify(mockedVSCodeNamespaces.workspace.applyEdit(anything())).once();
378379
});
379380

380381
test('updateSqlVariableName command handler shows error when no cell and no active editor', async () => {

0 commit comments

Comments
 (0)