mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
fix typo in error msg
This commit is contained in:
@@ -18,7 +18,7 @@ class ShouldResult < Java::Lang::Object
|
||||
end
|
||||
|
||||
def ==(x)
|
||||
__assert__(@obj == x, @res, "Expected `#{@obj}' (of class #{@obj.class}) to be == `#{x}' (of class #{x.class}")
|
||||
__assert__(@obj == x, @res, "Expected `#{@obj}' (of class #{@obj.class}) to be == `#{x}' (of class #{x.class})")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user