Skip to content

Commit 22e22f8

Browse files
committed
fixed test
1 parent 04f3598 commit 22e22f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/suite/panels.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ describe("WebPanels", () => {
304304
stub.get(() => insightsConn);
305305

306306
const output = resultsPanel.convertToGrid(results, true, 1.12);
307-
assert.deepEqual(JSON.stringify(output), expectedOutput);
307+
assert.equal(JSON.stringify(output), expectedOutput);
308308

309309
// Restore the stub
310310
stub.restore();

0 commit comments

Comments
 (0)