Skip to content

Commit 19fdc7a

Browse files
authored
fix: remove unused package in redis integration testcase (#672)
1 parent 831c54f commit 19fdc7a

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

v2/integration-tests/redis_redis_test.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
package integration_test
22

33
import (
4-
"errors"
5-
"fmt"
64
"os"
75
"testing"
8-
"time"
96

107
"github.com/RichardKnop/machinery/v2"
11-
"github.com/RichardKnop/machinery/v2/config"
12-
138
redisbackend "github.com/RichardKnop/machinery/v2/backends/redis"
149
redisbroker "github.com/RichardKnop/machinery/v2/brokers/redis"
10+
"github.com/RichardKnop/machinery/v2/config"
1511
eagerlock "github.com/RichardKnop/machinery/v2/locks/eager"
1612
)
1713

@@ -46,4 +42,4 @@ func TestRedisRedis_GoRedis(t *testing.T) {
4642
defer worker.Quit()
4743
go worker.Launch()
4844
testAll(server, t)
49-
}
45+
}

0 commit comments

Comments
 (0)