Fix Task 6 - average of the field

This commit is contained in:
thinkverse
2021-11-26 20:34:53 +01:00
parent 9d79160a9f
commit 5d90d460d2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -105,6 +105,7 @@ class RelationshipsTest extends TestCase
$response = $this->get('/countries');
$response->assertSee('avg team size 4');
$response->assertStatus(200);
}
// TASK: polymorphic relations