Skip to content

Commit 82e504e

Browse files
committed
test: fix launch-browser test
1 parent fe5f6b4 commit 82e504e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/tools/launch-browser.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ describe(
111111
},
112112
});
113113

114-
expect(launchResult.isError).toBe(false);
115114
const launchContent = launchResult.content as Array<{ type: string; text: string }>;
116115
expect(launchContent[0].text).toBe("Successfully launched browser session");
117116

0 commit comments

Comments
 (0)