CircleCIのテスト画面

1) Tests\Feature\Http\Controllers\TweetControllerTest::TweetEdit
Expected status code 200 but received 500.
Failed asserting that false is true.

/home/circleci/project/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestResponse.php:185
/home/circleci/project/tests/Feature/Http/Controllers/TweetControllerTest.php:91

FAILURES!
Tests: 8, Assertions: 14, Failures: 1.


storage/logs/laravel-2020-07-31.log

[2020-07-31 14:01:09] local.ERROR: Route [tweets.update] not defined. 
Route [tweets.update] not defined. (View: /var/www/resources/views/tweet/edit.blade.php)
[stacktrace]

詳細なエラー内容が発覚

Route [tweets.update] not defined.