Skip to content

Commit

Permalink
fixup! Delete unused type params
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Nov 13, 2020
1 parent e54c3e9 commit bdd9433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stdlib/Enumerable_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def each
end
end

testing "::Enumerable[String, TestEnumerable]"
testing "::Enumerable[String]"

def test_inject
assert_send_type "(String init, Symbol method) -> untyped", TestEnumerable.new, :inject, '', :<<
Expand Down

0 comments on commit bdd9433

Please sign in to comment.