Skip to content

Commit a5d7c72

Browse files
committed
testing
1 parent 6eda41c commit a5d7c72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ldclient/testing/impl/datasystem/test_fdv2_datasystem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_two_phase_init():
3131
count = 0
3232

3333
def listener(flag_change: FlagChange):
34-
nonlocal count
34+
nonlocal count, changes
3535
count += 1
3636
changes.append(flag_change)
3737

@@ -112,7 +112,7 @@ def test_fdv2_fallsback_to_secondary_synchronizer():
112112
count = 0
113113

114114
def listener(flag_change: FlagChange):
115-
nonlocal count
115+
nonlocal count, changes
116116
count += 1
117117
changes.append(flag_change)
118118

0 commit comments

Comments
 (0)