Skip to content

Commit

Permalink
Merge pull request #3610 from dbt-labs/derp-fix
Browse files Browse the repository at this point in the history
fixing typo in test
  • Loading branch information
Nathaniel May authored Jul 23, 2021
2 parents bd70106 + 67c194d commit 2bad73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/033_event_tracking_test/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def seed_context(project_id, user_id, invocation_id, version):
]

test_result_A = self.run_event_test(["seed"], expected_calls_A, expected_contexts)
test_result_A = self.run_event_test(["seed"], expected_calls_B, expected_contexts)
test_result_B = self.run_event_test(["seed"], expected_calls_B, expected_contexts)

self.assertTrue(test_result_A or test_result_B)

Expand Down

0 comments on commit 2bad73e

Please sign in to comment.