Skip to content

Commit 6567c79

Browse files
blvaCopilot
andauthored
Update tests/integration/tools/atlas/performanceAdvisor.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 92c0c94 commit 6567c79

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(undefined);
250+
expect(response.isError).toBeUndefined();
251251

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

0 commit comments

Comments
 (0)