Skip to content

Commit bf68262

Browse files
committed
test: remove redundant assertion
1 parent c543ea5 commit bf68262

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Integration/Database/ModelsWithoutIdTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ public function test_load_method_refreshes_all_properties_not_just_relations():
356356
$this->assertSame('Frieren', $userInstance->name); // "Fern" was discarded here
357357
$this->assertSame('[email protected]', $userInstance->email);
358358
$this->assertInstanceOf(TestProfile::class, $userInstance->profile);
359-
$this->assertNotNull($userInstance->profile->bio);
360359
}
361360
}
362361

0 commit comments

Comments
 (0)