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 5217f63 commit 79d1565Copy full SHA for 79d1565
spec/integrations/dedupe_impression_spec.rb
@@ -51,11 +51,8 @@
51
expect(debug_client.get_treatments_with_config_by_flag_sets('admin', ['set_3'])).to eq treatments
52
expect(debug_client.get_treatment('24', 'Test_Save_1')).to eq 'off'
53
54
-
+ sleep 1
55
impressions = debug_client.instance_variable_get(:@impressions_repository).batch
56
57
- sleep 0.5
58
59
expect(impressions.size).to eq 7
60
end
61
0 commit comments