Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manojmj92 committed Feb 8, 2019
1 parent dc182d5 commit 44f98be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cleaner_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def id
end
end
a = Macaron.new
expect(subject.clean_object(a)).to eq(a.id.to_s)
expect(subject.clean_object(a)).to eq(a.id)
end

it "cleans up binary strings properly" do
Expand Down

0 comments on commit 44f98be

Please sign in to comment.