Skip to content

Commit fa34244

Browse files
committed
oops
1 parent 1c61bfc commit fa34244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldclient/testing/impl/datasystem/test_fdv2_datasystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_two_phase_init():
2121
# Set this to true, and then to false to ensure the version number exceeded
2222
# the initializer version number. Otherwise, they start as the same version
2323
# and the latest value is ignored.
24-
td_initializer.update(td_initializer.flag("feature-flag").on(True))
24+
td_synchronizer.update(td_initializer.flag("feature-flag").on(True))
2525
td_synchronizer.update(td_synchronizer.flag("feature-flag").on(False))
2626
data_system_config = DataSystemConfig(
2727
initializers=[td_initializer.build_initializer],

0 commit comments

Comments
 (0)