Skip to content

Commit

Permalink
fix: remove unused package in redis integration testcase (RichardKnop…
Browse files Browse the repository at this point in the history
  • Loading branch information
x1nchen committed Apr 13, 2021
1 parent 831c54f commit 19fdc7a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions v2/integration-tests/redis_redis_test.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
package integration_test

import (
"errors"
"fmt"
"os"
"testing"
"time"

"github.com/RichardKnop/machinery/v2"
"github.com/RichardKnop/machinery/v2/config"

redisbackend "github.com/RichardKnop/machinery/v2/backends/redis"
redisbroker "github.com/RichardKnop/machinery/v2/brokers/redis"
"github.com/RichardKnop/machinery/v2/config"
eagerlock "github.com/RichardKnop/machinery/v2/locks/eager"
)

Expand Down Expand Up @@ -46,4 +42,4 @@ func TestRedisRedis_GoRedis(t *testing.T) {
defer worker.Quit()
go worker.Launch()
testAll(server, t)
}
}

0 comments on commit 19fdc7a

Please sign in to comment.