Skip to content

Commit 6c541d8

Browse files
committed
chore: js triple equals magic
1 parent be90c25 commit 6c541d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/resources/exportedData.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describeWithMongoDB(
8282

8383
// wait for an error from the MCP Server as it
8484
// means the resource is not available anymore
85-
if (response.isError === false) {
85+
if (response.isError !== true) {
8686
continue;
8787
}
8888

0 commit comments

Comments
 (0)