Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tilen1976 committed Aug 20, 2024
1 parent e97bb16 commit b8a0ca1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/frontend/callbacks/test_callbacks_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ def test_render_tabs(tab: str, identifier: str):


# if none metadata missing: only save alert
# if dataset missing ->
# if variables missing ->
# if another warning ->
# if dataset missing -> ObligatoryDatasetWarning
# if variables missing -> ObligatoryVariableWarning
# if another warning -> message
# if not n_clicks ?
# if n_clicks and n_clicks > 0 ?
def test_save_and_generate_alerts():
Expand All @@ -87,7 +87,6 @@ def test_save_and_generate_alerts():
"var2",
]
state.metadata = mock_metadata

result = save_metadata_and_generate_alerts(
mock_metadata,
)
Expand Down

0 comments on commit b8a0ca1

Please sign in to comment.