Skip to content

Commit

Permalink
Fix minor grammatical mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Sep 14, 2018
1 parent b43b83c commit 0b4802c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stripe/stripe_object_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class TestObject < Stripe::StripeObject; end
end

context "#eql?" do
should "produce the true for two equivalent Stripe objects" do
should "produce true for two equivalent Stripe objects" do
obj1 = Stripe::StripeObject.construct_from(id: 1, name: "Stripe")
obj2 = Stripe::StripeObject.construct_from(id: 1, name: "Stripe")
assert obj1.eql?(obj2)
Expand Down

0 comments on commit 0b4802c

Please sign in to comment.