Skip to content

Commit 92c0c94

Browse files
committed
chore: fix perf advisor test
1 parent 0771380 commit 92c0c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tools/atlas/performanceAdvisor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ describe("mocked atlas-get-performance-advisor", () => {
247247
},
248248
});
249249

250-
expect(response.isError).toBe(false);
250+
expect(response.isError).toBe(undefined);
251251

252252
const elements = getResponseElements(response.content);
253253
expect(elements).toHaveLength(2);

0 commit comments

Comments
 (0)