Skip to content

Commit 27c0b66

Browse files
authored
Fix typos [ci skip] (#224)
1 parent f237668 commit 27c0b66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/csv/parse/test_convert.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_integer_float
4343
@parser.shift)
4444
end
4545

46-
def test_numberic
46+
def test_numeric
4747
@parser.convert(:numeric)
4848
assert_equal(["Numbers", ":integer", 1, ":float", 3.015],
4949
@parser.shift)

test/csv/test_table.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def setup
2020
@header_only_table = CSV::Table.new([], headers: %w{A B C})
2121
end
2222

23-
def test_initialze
23+
def test_initialize
2424
assert_not_nil(@table)
2525
assert_instance_of(CSV::Table, @table)
2626
end

0 commit comments

Comments
 (0)