We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aec925 commit 21a90c0Copy full SHA for 21a90c0
tests/Traits/DatabaseTest.php
@@ -58,7 +58,7 @@ public function testUpdateShouldBeEncrypted()
58
59
public function testUpdateShouldntBeEncrypted()
60
{
61
- $model = DatabaseModel::create($this->randomValues());
+ $model = DatabaseModel::create($this->randomValues())->refresh();
62
63
$this->assertTrue($model->exists);
64
0 commit comments