Skip to content

Commit e128480

Browse files
committed
Fix tests
1 parent 664d155 commit e128480

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Feature/Middleware/HandleNotFoundTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ public function it_redirects_and_sets_handled_if_a_redirect_is_found_with_eloque
124124
(new \CreateRedirectRedirectsTable())->up();
125125
require_once(__DIR__ . '/../../../database/migrations/add_description_to_redirect_redirects_table.php.stub');
126126
(new \AddDescriptionToRedirectRedirectsTable())->up();
127+
require_once(__DIR__ . '/../../../database/migrations/increase_redirect_redirects_table_url_length.php.stub');
128+
(new \IncreaseRedirectRedirectsTableUrlLength())->up();
127129

128130
app()->singleton(RedirectRepository::class, function () {
129131
return new \Rias\StatamicRedirect\Eloquent\Redirects\RedirectRepository(app('stache'));

0 commit comments

Comments
 (0)