diff --git a/lib/ruby_indexer/test/rbs_indexer_test.rb b/lib/ruby_indexer/test/rbs_indexer_test.rb index 7451198d7e..b943f95812 100644 --- a/lib/ruby_indexer/test/rbs_indexer_test.rb +++ b/lib/ruby_indexer/test/rbs_indexer_test.rb @@ -247,11 +247,10 @@ def test_rbs_method_with_optional_keywords end def test_rbs_method_with_required_keywords - # Investigating if there are any methods in Core for this # There are no methods in Core that have required keyword arguments, # so we test against RBS directly - # TODO: why does removing block break this? + # TODO: why does removing the block break this? rbs = <<~RBS class File def foo: (::Numeric a, ::Numeric b) { (::Numeric) -> void } -> self