#1 removes import renames

This commit is contained in:
Alex Senger 2024-04-10 15:00:24 +02:00
parent c7f3c79ff7
commit a38bb99afe
No known key found for this signature in database
GPG key ID: 0B4A96F8AF6934CF
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import (
"fmt"
"os"
redis "github.com/redis/go-redis/v9"
"github.com/redis/go-redis/v9"
)
const localhost = "127.0.0.1:6379"

View file

@ -4,7 +4,7 @@ import (
"testing"
"github.com/alicebob/miniredis"
redis "github.com/redis/go-redis/v9"
"github.com/redis/go-redis/v9"
)
func Test_CheckpointOptions(t *testing.T) {