Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Aug 28, 2024
1 parent 9a4368d commit f5665fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_indexer/test/index_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ def self.my_singleton_def; end
assert_equal(["Foo", "Bar"], entries.map(&:name))
end

def test_entries_for_returns__nil_if_no_matches
def test_entries_for_returns_nil_if_no_matches
assert_empty(@index.entries_for("non_existing_file.rb"))
end
end
Expand Down

0 comments on commit f5665fb

Please sign in to comment.