Skip to content

Commit b7540cd

Browse files
committed
Update tests
1 parent e44e3c2 commit b7540cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/nmatrix_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ def test_accessor_set
5555
end
5656

5757
def test_slicing
58-
assert_equal @m[0, 0.., 0..], @s
59-
assert_equal @m[0, 0.., 0..], @s_int
58+
assert_equal @m[0, 0..1, 0..1], @s
59+
assert_equal @m[0, 0..1, 0..1], @s_int
6060
end
6161

6262
end

0 commit comments

Comments
 (0)