Skip to content

Commit 6a763b5

Browse files
committed
Add comment to show where the column data is comming from
1 parent acf9965 commit 6a763b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ruby_lsp_rails/runner_client_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +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
2425
columns = [
2526
["id", "integer"],
2627
["first_name", "string"],

0 commit comments

Comments
 (0)