Skip to content

Commit 566caa8

Browse files
fix tests
1 parent d82dd68 commit 566caa8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/suite/utils/connLabel.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -352,16 +352,6 @@ describe("connLabels", () => {
352352

353353
LabelsUtils.clearWorkspaceLabels();
354354

355-
sinon.assert.calledWith(
356-
notifyStub,
357-
"Cleaning connection mappings for nonexistent labels.",
358-
notifications.MessageKind.DEBUG,
359-
{
360-
logger: "connLabel",
361-
telemetry: "Label.Cleanup.NoLabels",
362-
},
363-
);
364-
365355
sinon.assert.calledWith(updateStub, "kdb.labelsConnectionMap", [], true);
366356
});
367357

0 commit comments

Comments
 (0)