Skip to content

Commit

Permalink
Merge pull request dbalmain#3 from voxik/patch-1
Browse files Browse the repository at this point in the history
Fix compatibily with minitest.
  • Loading branch information
jkraemer committed May 15, 2012
2 parents e139853 + fa3e1be commit 62f4693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/test/unit/tc_field_symbol.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ def test_field_symbol
assert_equal(field_type, :sym.__send__(field_type).type)
end

assert(:string, :sym.integer.byte.float.string.type)
assert(:string, :sym.integer.byte.float.string.type.to_s)
end
end

0 comments on commit 62f4693

Please sign in to comment.