Skip to content

Commit f84af89

Browse files
committed
Clarify comment
1 parent 76b7cf1 commit f84af89

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
@@ -21,7 +21,7 @@ class RunnerClientTest < ActiveSupport::TestCase
2121
end
2222

2323
test "#model returns information for the requested model" do
24-
# test/dummy/db/migrate/20230330202955_create_users.rb
24+
# These columns are from the schema in the dummy app: test/dummy/db/schema.rb
2525
columns = [
2626
["id", "integer"],
2727
["first_name", "string"],

0 commit comments

Comments
 (0)