Skip to content

Commit b18db20

Browse files
committed
Specify method name in test
1 parent 6a763b5 commit b18db20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ruby_lsp_rails/runner_client_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class RunnerClientTest < ActiveSupport::TestCase
2020
refute_predicate @client.instance_variable_get(:@wait_thread), :alive?
2121
end
2222

23-
test "model returns information for the requested model" do
23+
test "#model returns information for the requested model" do
2424
# test/dummy/db/migrate/20230330202955_create_users.rb
2525
columns = [
2626
["id", "integer"],

0 commit comments

Comments
 (0)