Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoodfred committed Apr 29, 2024
1 parent eb6b15d commit d54d1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_azure_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,14 +485,14 @@ def test_update_data_with_attributes(self):
directional_attributes_v2 = {"data_direction": "in"}
directional_attributes_v2.update(self.attributes_v2)
default_generators = [
VNGenerator(
DTGenerator(
self.two_hours_ago,
self.now,
self.currency,
self.account_info,
directional_attributes,
),
VNGenerator(
DTGenerator(
self.two_hours_ago,
self.now,
self.currency,
Expand Down

0 comments on commit d54d1a4

Please sign in to comment.