Skip to content

Commit d9a3944

Browse files
committed
tests
1 parent e13fbc1 commit d9a3944

2 files changed

Lines changed: 1 addition & 100 deletions

File tree

internal/repository/telemetry_postgres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func (r *telemetryRepository) GetLastMessageAt(ctx context.Context, db *sql.DB)
148148
WHERE created_at IS NOT NULL
149149
ORDER BY created_at DESC, id DESC
150150
LIMIT 1`
151-
151+
152152
var lastMessageAt sql.NullTime
153153
err := db.QueryRowContext(ctx, query).Scan(&lastMessageAt)
154154
if err != nil {

internal/repository/telemetry_postgres_test.go

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)