fmt: apply gofmt to test files
Some checks failed
CI / lint (push) Successful in 14s
CI / test (push) Failing after 1m13s
CI / build (push) Has been skipped
CI / docker (push) Has been skipped

This commit is contained in:
2026-08-20 18:04:23 +03:00
parent 6bebfa86fe
commit ca8b137e55
2 changed files with 2 additions and 2 deletions

View File

@@ -3,8 +3,8 @@ package main
import (
"context"
"fmt"
"testing"
"os"
"testing"
"time"
"github.com/go-redis/redis/v8"