Skip to content

Commit

Permalink
change main_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dingxiaoshuai123 committed Oct 24, 2023
1 parent b7be91b commit b881b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var _ = BeforeSuite(func() {
ctx := context.TODO()
clientMaster := redis.NewClient(pikaOptions1())
clientSlave := redis.NewClient(pikaOptions2())
cleanEnv(ctx, clientSlave, clientMaster)
cleanEnv(ctx, clientMaster, clientSlave)
Expect(clientSlave.FlushDB(ctx).Err()).NotTo(HaveOccurred())
Expect(clientMaster.FlushDB(ctx).Err()).NotTo(HaveOccurred())
time.Sleep(5 * time.Second)
Expand Down

0 comments on commit b881b70

Please sign in to comment.