aadityarajv's avatar

When i created a new test to delete th replied with the thread, the users profile activity feed not showing and i'm getting this failure in the test..

There was 1 failure:

  1. Tests\Feature\CreateThreadsTest::authorized_user_can_delete_a_thread Failed asserting that a row in the table [activities] does not match the attributes { "subject_id": 1, "subject_type": "App\Reply" }.

Found: [ { "id": "2", "user_id": "1", "subject_id": "1", "subject_type": "App\Reply", "type": "created_reply", "created_at": "2019-06-23 11:09:58", "updated_at": "2019-06-23 11:09:58" } ].

C:\laragon\www\testForum\vendor\laravel\framework\src\Illuminate\Foundation\Testing\Concerns\InteractsWithDatabase.php:44 C:\laragon\www\testForum\tests\Feature\CreateThreadsTest.php:71

FAILURES! Tests: 1, Assertions: 5, Failures: 1. https://uploads.disquscdn.com/images/6ed702e84f66ffea2614dc24670e54aaa2398e53d60f6d0b1e41f7f6d9e406c8.png https://uploads.disquscdn.com/images/e46b1f113144edcbc8d451e06239d3205e26492e519258749bb9e1c02627d5bc.png https://uploads.disquscdn.com/images/3b769e81ee5236f20a18129ad55934b9d596eec644517971daa705963b68c0c5.png

0 likes
0 replies

Please or to participate in this conversation.