Skip to content

Commit 98ba675

Browse files
committed
polish
1 parent 0480e78 commit 98ba675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/engine/matchers/rule_based_segment_matcher_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
expect(matcher.match?(value: 'key2')).to be false
3333
end
3434

35-
it 'return true if excluded rb segment is matched' do
35+
it 'return false if excluded rb segment is matched' do
3636
rbs_repositoy = SplitIoClient::Cache::Repositories::RuleBasedSegmentsRepository.new(config)
3737
rbs = {:name => 'sample_rule_based_segment', :trafficTypeName => 'tt_name_1', :conditions => [{
3838
:matcherGroup => {

0 commit comments

Comments
 (0)