Skip to content

Commit 110fc69

Browse files
test: Update method call to getTableColumns for consistency
1 parent 547900a commit 110fc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ColumnsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function it_should_have_name_column()
1818
{
1919
$model = new Company();
2020

21-
$columns = $model->getColumns();
21+
$columns = $model->getTableColumns();
2222

2323
$this->assertContains('name', $columns);
2424
}

0 commit comments

Comments
 (0)