Skip to content

Commit

Permalink
fix(regression): pytest
Browse files Browse the repository at this point in the history
Refs #705
  • Loading branch information
chrisjrd committed Mar 12, 2024
1 parent 6b488d3 commit e21a15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression/test_dswx_s1_edge_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async def test_subscriber_rtc_trigger_logic():
assert not result["mgrs_sets"].get("MS_4_15")
assert not result["mgrs_sets"].get("MS_33_13")
assert result["mgrs_sets"]["MS_74_46"][0]["coverage_actual"] == 29
assert not result["mgrs_sets"].get("MS_1_59")
assert result["mgrs_sets"].get("MS_1_59")[0]["coverage_actual"] == 39
assert result["mgrs_sets"]["MS_26_48"][0]["coverage_actual"] == 60

with Path(__file__).parent.joinpath("results").open("w") as fp:
Expand Down

0 comments on commit e21a15d

Please sign in to comment.