Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hwmarkcheng committed Dec 2, 2024
1 parent 8fa6791 commit babf0a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def test_superset_stateful_ingest(
dataset_difference_urns = list(
state1.get_urns_not_in(type="dataset", other_checkpoint_state=state2)
)

assert len(dashboard_difference_urns) == 1
assert len(chart_difference_urns) == 1
assert len(dataset_difference_urns) == 1
Expand Down

0 comments on commit babf0a1

Please sign in to comment.