We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae1ed0 commit 9b31176Copy full SHA for 9b31176
1 file changed
tests/VirtualColumnTest.php
@@ -44,7 +44,7 @@ public function keys_which_dont_have_their_own_column_go_into_data_json_column()
44
]);
45
46
$this->assertSame('baz', $model->foo);
47
- $this->assertSame('bar', $model->getOriginal('foo'));
+ $this->assertSame('baz', $model->getOriginal('foo'));
48
$this->assertSame('xyz', $model->abc);
49
$this->assertSame('xyz', $model->getOriginal('abc'));
50
$this->assertSame(null, $model->data);
0 commit comments