Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Dec 19, 2023
1 parent 16bd208 commit 4945d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suite/webview.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe("KdbDataSourceView", () => {
assert.deepEqual(result, []);
});

it.skip("should render getData api", () => {
it("should render getData api", () => {
sinon.stub(view, "isInsights").value(true);
sinon.stub(view, "isMetaLoaded").value(true);
sinon
Expand Down

0 comments on commit 4945d15

Please sign in to comment.