We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831c54f commit 19fdc7aCopy full SHA for 19fdc7a
1 file changed
v2/integration-tests/redis_redis_test.go
@@ -1,17 +1,13 @@
1
package integration_test
2
3
import (
4
- "errors"
5
- "fmt"
6
"os"
7
"testing"
8
- "time"
9
10
"github.com/RichardKnop/machinery/v2"
11
- "github.com/RichardKnop/machinery/v2/config"
12
-
13
redisbackend "github.com/RichardKnop/machinery/v2/backends/redis"
14
redisbroker "github.com/RichardKnop/machinery/v2/brokers/redis"
+ "github.com/RichardKnop/machinery/v2/config"
15
eagerlock "github.com/RichardKnop/machinery/v2/locks/eager"
16
)
17
@@ -46,4 +42,4 @@ func TestRedisRedis_GoRedis(t *testing.T) {
46
42
defer worker.Quit()
47
43
go worker.Launch()
48
44
testAll(server, t)
49
-}
45
+}
0 commit comments