Skip to content

Commit e7a0762

Browse files
committed
Fix failing spec after rebase
1 parent d5bbcd5 commit e7a0762

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/datadog/open_feature/evaluation_engine_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@
158158
allow(logger).to receive(:error)
159159
allow(telemetry).to receive(:report)
160160

161-
evaluator.configuration = '{}'
162-
expect { evaluator.reconfigure! }.not_to change {
163-
evaluator.fetch_value(flag_key: 'test', expected_type: :string)[:value]
161+
engine.configuration = '{}'
162+
expect { engine.reconfigure! }.not_to change {
163+
engine.fetch_value(flag_key: 'test', expected_type: :string)[:value]
164164
}.from('hello')
165165
end
166166
end

0 commit comments

Comments
 (0)