mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fix wrong actual and expected order
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ assert('NameError#name', '15.2.31.2.1') do
|
||||
$test_dummy_result = e.name
|
||||
end
|
||||
|
||||
assert_equal $test_dummy_result, :bar
|
||||
assert_equal :bar, $test_dummy_result
|
||||
end
|
||||
|
||||
assert('NameError#initialize', '15.2.31.2.2') do
|
||||
|
||||
Reference in New Issue
Block a user