Skip to content

Commit 3fc3499

Browse files
committed
Formatting
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent 9c9c257 commit 3fc3499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Mcp/Resources/ThirdPartyResourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function example() {
129129

130130
expect($content1)->toBe($content2)
131131
->and($content1)->toContain('<code-snippet name="example" lang="php">')
132-
->and($content1)->not->toContain('___BOOST_SNIPPET_'); // No unresolved placeholders
132+
->and($content1)->not->toContain('___BOOST_SNIPPET___');
133133
});
134134

135135
test('it handles non-existent blade file gracefully', function (): void {

0 commit comments

Comments
 (0)