We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3264c2 commit 2883815Copy full SHA for 2883815
coderd/database/migrations/migrate_test.go
@@ -352,7 +352,7 @@ func TestMigrateUpWithFixtures(t *testing.T) {
352
353
for _, table := range tables {
354
var count int
355
- err = db.QueryRowContext(ctx, "SELECT COUNT(*) FROM"+table).Scan(&count)
+ err = db.QueryRowContext(ctx, "SELECT COUNT(*) FROM "+table).Scan(&count)
356
require.NoError(t, err)
357
358
if tt.useStats {
0 commit comments