Skip to content

Commit

Permalink
Fix column test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljennings committed Oct 6, 2015
1 parent 2295ffa commit d07b038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/ColumnTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function testAttributesCanBeSetDynamically()
$column = $table->column('foo');

$this->assertInstanceOf('Michaeljennings\Carpenter\Contracts\Column', $column->title('test'));
$this->assertCount(1, $column->getAttributes());
$this->assertEquals('test', $column->get('title'));
}

protected function makeColumn($key = 'foo')
Expand Down

0 comments on commit d07b038

Please sign in to comment.