Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld authored and jsvd committed Jan 8, 2018
1 parent d9e2fe1 commit 0521d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/filters/drop_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
context "when using percentage" do
let(:config) { { "percentage" => 0 }}

it "drops the event" do
it "does not drop the event" do
subject.register
subject.filter(event)
expect(event).not_to be_cancelled
Expand Down

0 comments on commit 0521d49

Please sign in to comment.