Skip to content

Commit 106cfaa

Browse files
committed
test: remove redundant assertion
1 parent 5215bf0 commit 106cfaa

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('updated@magic.elf', $userInstance->email);
358358
$this->assertInstanceOf(TestProfile::class, $userInstance->profile);
359-
$this->assertNotNull($userInstance->profile->bio);
360359
}
361360
}
362361

0 commit comments

Comments
 (0)