mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Change the order of "expected" and "actual" in test
This commit is contained in:
@@ -33,7 +33,7 @@ assert 'Enumerator.new' do
|
||||
a, b = b, a + b
|
||||
end
|
||||
end
|
||||
assert_equal fib.take(10), [1,1,2,3,5,8,13,21,34,55]
|
||||
assert_equal [1,1,2,3,5,8,13,21,34,55], fib.take(10)
|
||||
end
|
||||
|
||||
assert 'Enumerator#initialize_copy' do
|
||||
|
||||
Reference in New Issue
Block a user