Skip to content

Commit

Permalink
Empty tables threw an exception because left/top border was then not …
Browse files Browse the repository at this point in the history
…included.
  • Loading branch information
pkriens committed Jan 8, 2025
1 parent e499793 commit de6d598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public void testUnfilledTable() {
@Test
public void testEmptyTable() {
Table t = new Table(0, 0, 0);
assertEquals("" + "" + "", t.toString());
assertEquals("" + "" + "", t.toString());

}

Expand Down

0 comments on commit de6d598

Please sign in to comment.