Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rayz committed Oct 25, 2024
1 parent 333f852 commit 49ec52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/statsd/serialization/stat_serializer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
end

it 'does not alter the provided metric name when containing :|@' do
input = 'somecount:|@test'
input = :'somecount:|@test'
output = subject.format(input, 1, 'c')
expect(output).to eq 'somecount___test:1|c'
expect(input).to eq 'somecount:|@test'
Expand Down

0 comments on commit 49ec52c

Please sign in to comment.