Skip to content

Commit 41be6ab

Browse files
0xgoudapashagolub
authored andcommitted
Fix linter error
1 parent f0f1c3e commit 41be6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sinks/postgres_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ func Test_MaintainUniqueSources_DeleteOldPartitions(t *testing.T) {
668668
pgw, err := NewPostgresWriter(ctx, connStr, opts)
669669
r.NoError(err)
670670

671-
// Drop tables for all builtin metrics to avoid timeout in
671+
// Drop tables for all builtin metrics to avoid timeout in
672672
// in `MaintainUniqueSources` test.
673673
for _, metric := range metrics.GetDefaultBuiltInMetrics() {
674674
_, err = pgw.sinkDb.Exec(pgw.ctx, fmt.Sprintf("DROP TABLE %s;", metric))

0 commit comments

Comments
 (0)