Skip to content

Commit ef81ebd

Browse files
committed
rm unnecessary line
1 parent 86f1058 commit ef81ebd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/lib/CopyAsMarkdown/CopyAsMarkdownTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public function testCreateHeaderRows_WhenHasOneColumn()
2525
$this->assertEquals($expected, $this->copyAsMarkdown->createHeaderRows(array('hoge')));
2626
}
2727

28-
2928
public function testCalculateColumnCount()
3029
{
3130
$this->assertEquals(3, $this->copyAsMarkdown->calculateColumnCount(array(array('a', 'b', 'c'))));

0 commit comments

Comments
 (0)