Skip to content

Commit

Permalink
Update test_configuration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eprbell authored Mar 22, 2024
1 parent c22cee6 commit 474b66b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,7 @@ def test_config_file(self) -> None:
with self.assertRaisesRegex(RP2ValueError, "invalid year value in accounting method section .*integer was expected"):
self._test_config(config)

# Temporarily removed lifo and hifo due to https://github.com/eprbell/rp2/issues/79
# config[Keyword.ACCOUNTING_METHODS.value] = {"1970": "hifo", "2020": "lifo"}
config[Keyword.ACCOUNTING_METHODS.value] = {"1970": "hifo", "2020": "lifo"}

def test_creation(self) -> None:
with self.assertRaisesRegex(RP2TypeError, "Parameter 'country' is not of type AbstractCountry: .*"):
Expand Down

0 comments on commit 474b66b

Please sign in to comment.