Skip to content

Commit

Permalink
feat: fixing units tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacciotti committed Jul 1, 2024
1 parent 4a4d050 commit 827a2b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_azure_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,10 @@ def test_update_data_with_attributes(self):
if generator.azure_columns == AZURE_COLUMNS_V2_SUBSCRIPTION:
self.assertEqual(row["SubscriptionId"], self.payer_account)
self.assertEqual(row["ResourceId"], self.instance_id)
row["BillingCurrency"] = self.currency
else:
self.assertEqual(row["SubscriptionGuid"], self.payer_account)
row["BillingCurrencyCode"] = self.currency


class TestDTGenerator(AzureGeneratorTestCase):
Expand Down

0 comments on commit 827a2b2

Please sign in to comment.