1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 08:24:04 +00:00

Correct typo

This commit is contained in:
lukinovec 2023-10-17 06:01:28 +02:00
parent b573ec6cb9
commit 826c33f647

View file

@ -51,7 +51,7 @@ class VirtualColumnTest extends TestCase
$this->assertSame('xyz', $model->getOriginal('abc')); $this->assertSame('xyz', $model->getOriginal('abc'));
$this->assertSame(null, $model->data); $this->assertSame(null, $model->data);
// Model can be retrieved after update & is structure correctly // Model can be retrieved after update & is structured correctly
$model = MyModel::first(); $model = MyModel::first();
$this->assertSame('baz', $model->foo); $this->assertSame('baz', $model->foo);