Skip to content

Commit

Permalink
Merge branch 'more_tests' of https://github.com/hammem/monarchmoney i…
Browse files Browse the repository at this point in the history
…nto more_tests
  • Loading branch information
hammem committed Feb 17, 2024
2 parents 7ea4a3a + 3c47972 commit a20530e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_monarchmoney.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async def test_get_account_type_options(self, mock_execute_async):

# Assert that the result matches the expected output
self.assertEqual(
len(result["accountTypeOptions"]), 10, "Expected 3 account type options"
len(result["accountTypeOptions"]), 10, "Expected 10 account type options"
)
self.assertEqual(
result["accountTypeOptions"][0]["type"]["name"],
Expand Down

0 comments on commit a20530e

Please sign in to comment.