Skip to content

Commit

Permalink
Remove trailing-whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hasansezertasan committed May 27, 2024
1 parent 3e74a61 commit 6835414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python-fastui/tests/test_tables_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_table_no_columns():
# insert_assert(table.model_dump(by_alias=True, exclude_none=True))
assert table.model_dump(by_alias=True, exclude_none=True) == {
'data': [
{'id': 1, 'name': 'john', 'representation': '1: john'},
{'id': 1, 'name': 'john', 'representation': '1: john'},
{'id': 2, 'name': 'jack', 'representation': '2: jack'}
],
'columns': [
Expand Down

0 comments on commit 6835414

Please sign in to comment.