Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tristannew committed Aug 6, 2023
1 parent 2070e73 commit e4dfccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ def test_append_row(table):
def test_append_none(table):
row = [[], None, "", 0]
for i in row:
table.append(row)
table.append(i)
assert_equal(table, """
letter | count | points
a | 9 | 1
Expand Down

0 comments on commit e4dfccc

Please sign in to comment.