Skip to content

Commit

Permalink
fixup! a985f35
Browse files Browse the repository at this point in the history
Co-authored-by: Vinicius Stock <[email protected]>
  • Loading branch information
thomasmarshall and vinistock authored Sep 11, 2024
1 parent a985f35 commit 01850ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_lsp/listeners/code_lens.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def on_call_node_leave(node)

private

sig { params(node: Prism::Node, name: String, command: String, kind: Symbol, id: T.nilable(String)).void }
sig { params(node: Prism::Node, name: String, command: String, kind: Symbol, id: String).void }
def add_test_code_lens(node, name:, command:, kind:, id: name)
# don't add code lenses if the test library is not supported or unknown
return unless SUPPORTED_TEST_LIBRARIES.include?(@global_state.test_library) && @path
Expand Down

0 comments on commit 01850ae

Please sign in to comment.