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 4cbcf11 commit 78e90d6Copy full SHA for 78e90d6
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