We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c61bfc commit fa34244Copy full SHA for fa34244
ldclient/testing/impl/datasystem/test_fdv2_datasystem.py
@@ -21,7 +21,7 @@ def test_two_phase_init():
21
# Set this to true, and then to false to ensure the version number exceeded
22
# the initializer version number. Otherwise, they start as the same version
23
# and the latest value is ignored.
24
- td_initializer.update(td_initializer.flag("feature-flag").on(True))
+ td_synchronizer.update(td_initializer.flag("feature-flag").on(True))
25
td_synchronizer.update(td_synchronizer.flag("feature-flag").on(False))
26
data_system_config = DataSystemConfig(
27
initializers=[td_initializer.build_initializer],
0 commit comments