Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Lefévère-Laoide authored and Fred Lefévère-Laoide committed Jun 7, 2024
1 parent 1bd764c commit fe4b7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gui_core/test_context_is_readable.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_data_node_adapter(self):
with patch("taipy.gui_core._context.core_get", side_effect=mock_core_get):
gui_core_context = _GuiCoreContext(Mock())
outcome = gui_core_context.data_node_adapter(a_datanode)
assert isinstance(outcome, tuple)
assert isinstance(outcome, list)
assert outcome[0] == a_datanode.id

with patch("taipy.gui_core._context.is_readable", side_effect=mock_is_readable_false):
Expand Down

0 comments on commit fe4b7c0

Please sign in to comment.