Skip to content

Commit 13d48d4

Browse files
add one more "assert" into tests
1 parent 8e808a3 commit 13d48d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ModelTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,9 @@ public function testGetDirtyObjects(): void
10871087

10881088
$user->options = (new Options())->setOption1('Value1');
10891089
$this->assertNotEmpty($user->getDirty());
1090+
1091+
$user->save();
1092+
$this->assertEmpty($user->getDirty());
10901093
}
10911094

10921095
public function testChunkById(): void

0 commit comments

Comments
 (0)