Skip to content

Commit cd9bbe3

Browse files
authored
Merge pull request #30 from rnestler/patch-1
Fix name of parallel array assignement test
2 parents 79fadef + 353e281 commit cd9bbe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/about_array_assignment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_parallel_assignments_with_splat_operator
2424
assert_equal __(["Smith","III"]), last_name
2525
end
2626

27-
def test_parallel_assignments_with_too_few_variables
27+
def test_parallel_assignments_with_too_few_values
2828
first_name, last_name = ["Cher"]
2929
assert_equal __("Cher"), first_name
3030
assert_equal __(nil), last_name

0 commit comments

Comments
 (0)