Skip to content

Commit 90e7164

Browse files
committed
accidental file change
1 parent 7b082ef commit 90e7164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/migrations/migrate_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ func TestMigrateUpWithFixtures(t *testing.T) {
352352

353353
for _, table := range tables {
354354
var count int
355-
err = db.QueryRowContext(ctx, "SELECT COUNT(*) FROM"+table).Scan(&count)
355+
err = db.QueryRowContext(ctx, "SELECT COUNT(*) FROM "+table).Scan(&count)
356356
require.NoError(t, err)
357357

358358
if tt.useStats {

0 commit comments

Comments
 (0)