Skip to content

Commit

Permalink
fix tests & rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Feb 2, 2025
1 parent c093b26 commit 5bc9ece
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs-assets/app/public/css/filament/forms/forms.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs-assets/app/public/css/filament/support/support.css

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs-assets/app/public/js/filament/forms/components/rich-editor.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions packages/forms/dist/components/rich-editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/forms/dist/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/support/dist/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/src/Forms/Components/RepeaterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@

$componentContainer
->saveRelationships();
})->throws(Exception::class, 'The relationship [missing] does not exist on the model [Filament\Tests\Models\Post].');
})->throws(Exception::class, 'The relationship [missing] does not exist on the model [Filament\Tests\Fixtures\Models\Post].');

class TestComponentWithRepeater extends Livewire
{
Expand Down

0 comments on commit 5bc9ece

Please sign in to comment.