Skip to content

Commit

Permalink
Fix typos [ci skip] (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored Nov 4, 2021
1 parent f237668 commit 27c0b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/csv/parse/test_convert.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_integer_float
@parser.shift)
end

def test_numberic
def test_numeric
@parser.convert(:numeric)
assert_equal(["Numbers", ":integer", 1, ":float", 3.015],
@parser.shift)
Expand Down
2 changes: 1 addition & 1 deletion test/csv/test_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def setup
@header_only_table = CSV::Table.new([], headers: %w{A B C})
end

def test_initialze
def test_initialize
assert_not_nil(@table)
assert_instance_of(CSV::Table, @table)
end
Expand Down

0 comments on commit 27c0b66

Please sign in to comment.