Skip to content

Commit 800f83c

Browse files
tenderlovekou
andauthored
Update test/stringio/test_stringio.rb
Co-authored-by: Sutou Kouhei <[email protected]>
1 parent 26e27f6 commit 800f83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stringio/test_stringio.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_do_not_mutate_shared_buffers
2525
s.ungetc '#'
2626

2727
# We mutated b, so a should not be mutated
28-
assert_equal "x", a[0]
28+
assert_equal("x", a[0])
2929
end
3030

3131
def test_version

0 commit comments

Comments
 (0)