Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pawels-optimizely committed Sep 28, 2020
1 parent d64fac4 commit b1790ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_event_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def dispatch_event(self, actual_log_event):

for visitor in visitors:
for snapshot in visitor.snapshots:
decisions = snapshot.get('decisions') or [Decision(None, None, None)]
decisions = snapshot.get('decisions') or [Decision(None, None, None, None)]
for decision in decisions:
for event in snapshot.get('events'):
attributes = visitor.attributes
Expand Down

0 comments on commit b1790ab

Please sign in to comment.