From 6835414e83997bae519a079dec52b60ae96b8af1 Mon Sep 17 00:00:00 2001 From: hasansezertasan Date: Tue, 28 May 2024 01:56:02 +0300 Subject: [PATCH] Remove trailing-whitespace --- src/python-fastui/tests/test_tables_display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python-fastui/tests/test_tables_display.py b/src/python-fastui/tests/test_tables_display.py index 5211d462..e3c76e97 100644 --- a/src/python-fastui/tests/test_tables_display.py +++ b/src/python-fastui/tests/test_tables_display.py @@ -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': [