Skip to content

Commit

Permalink
Update src/python-fastui/tests/test_tables_display.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle authored May 30, 2024
1 parent 0a319d3 commit ff76a5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python-fastui/tests/test_tables_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ def test_details_with_display_lookup_and_display():
{'title': 'Name', 'field': 'name'},
{'title': 'Display Title', 'value': 'display value', 'type': 'Display'},
],
'type': 'Details',
}


def test_table_respect_computed_field_title():
Expand Down

0 comments on commit ff76a5d

Please sign in to comment.