Skip to content

Commit 0cf233a

Browse files
committed
use node assert in SQL env var tests
1 parent 70882c2 commit 0cf233a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/notebooks/deepnote/sqlIntegrationEnvironmentVariablesProvider.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assert } from 'chai';
1+
import assert from 'assert';
22
import { instance, mock, when } from 'ts-mockito';
33
import { CancellationTokenSource, EventEmitter, NotebookDocument, Uri } from 'vscode';
44

0 commit comments

Comments
 (0)