Skip to content

Commit 07f2e34

Browse files
committed
Remove redundant Assertions
1 parent d7b7f14 commit 07f2e34

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Feature/Mcp/Tools/BrowserLogsTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
->toolHasNoError()
4040
->toolTextContains('browser.WARNING: Warning message', 'browser.ERROR: JavaScript error occurred')
4141
->toolTextDoesNotContain('browser.DEBUG: console log message');
42-
43-
$data = $result->toArray();
44-
expect($data['content'][0]['type'])->toBe('text');
4542
});
4643

4744
test('it returns error when entries argument is invalid', function () {

0 commit comments

Comments
 (0)