Skip to content

Commit 7a1f920

Browse files
committed
updated test name
1 parent ecb4635 commit 7a1f920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/sse/workers/splits_worker_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
expect(splits_repository.exists?('bilal_split') == false)
167167
end
168168

169-
it 'test' do
169+
it 'instant ff update split notification with segment matcher.' do
170170
stub_request(:get, 'https://sdk.split.io/api/splitChanges?since=1234').to_return(status: 200, body: '{"splits": [],"since": 1234,"till": 1234}')
171171
stub_request(:get, 'https://sdk.split.io/api/segmentChanges/maur-2?since=-1').to_return(status: 200, body: '{"name":"maur-2","added":["admin"],"removed":[],"since":-1,"till":-1}')
172172
worker = subject.new(synchronizer, config, splits_repository, telemetry_runtime_producer, segment_fetcher)

0 commit comments

Comments
 (0)