Skip to content

Commit

Permalink
update RCRA year for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Sep 29, 2023
1 parent 29861db commit c2f885c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_inventory_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ def test_DMR_generation():


def test_RCRAInfo_generation():
assert stewi.getInventory('RCRAInfo', year) is not None
assert stewi.getInventory(
'RCRAInfo', year if year % 2 == 1 else year + 1) is not None


def test_existing_inventories():
Expand Down

0 comments on commit c2f885c

Please sign in to comment.