We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eda41c commit a5d7c72Copy full SHA for a5d7c72
1 file changed
ldclient/testing/impl/datasystem/test_fdv2_datasystem.py
@@ -31,7 +31,7 @@ def test_two_phase_init():
31
count = 0
32
33
def listener(flag_change: FlagChange):
34
- nonlocal count
+ nonlocal count, changes
35
count += 1
36
changes.append(flag_change)
37
@@ -112,7 +112,7 @@ def test_fdv2_fallsback_to_secondary_synchronizer():
112
113
114
115
116
117
118
0 commit comments