Skip to content

Commit 3565a2c

Browse files
committed
fix: tests
1 parent 25d42ee commit 3565a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/JumpAnchorPluginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function test_plugin_returns_js_extensions()
4949
{
5050
// Mock the FilamentAsset facade to avoid dependency issues
5151
FilamentAsset::shouldReceive('getScriptSrc')
52-
->with('rich-content-plugins/jump-anchor')
52+
->with('rich-content-plugins/jump-anchor', 'backstage/fields')
5353
->andReturn('/path/to/jump-anchor.js');
5454

5555
$plugin = new JumpAnchorRichContentPlugin();

0 commit comments

Comments
 (0)