Skip to content

Commit

Permalink
Merge pull request #253 from akrherz/gh252_test_fake_pirep
Browse files Browse the repository at this point in the history
💚 Adjust check per new pyIEM reality
  • Loading branch information
akrherz authored Sep 9, 2024
2 parents c7de0a6 + 5b2057d commit 0b57859
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/workflows/test_fake_afos_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
def test_fake_pirep():
"""Test fake PIREP."""
tp = Pirep(get_example_file("PIREP.txt"), utcnow=utc(2024, 7, 9, 0, 0))
assert tp.afos is None
fake_afos_dump.compute_afos(tp)
# pyiem now sets the afos value when it is none to PIREP
assert tp.afos == "PIREP"


Expand Down

0 comments on commit 0b57859

Please sign in to comment.