We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f3598 commit 22e22f8Copy full SHA for 22e22f8
test/suite/panels.test.ts
@@ -304,7 +304,7 @@ describe("WebPanels", () => {
304
stub.get(() => insightsConn);
305
306
const output = resultsPanel.convertToGrid(results, true, 1.12);
307
- assert.deepEqual(JSON.stringify(output), expectedOutput);
+ assert.equal(JSON.stringify(output), expectedOutput);
308
309
// Restore the stub
310
stub.restore();
0 commit comments