Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weekface committed Jul 31, 2019
1 parent 2101f2d commit 8e2a4c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cmd/e2e/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ func main() {
}
fn3 := func(wg *sync.WaitGroup) {
oa.CleanTidbClusterOrDie(cluster3)
oa.CleanTidbClusterOrDie(cluster3)
oa.DeployTidbClusterOrDie(cluster4)
oa.CleanTidbClusterOrDie(cluster4)
oa.DeployTidbClusterOrDie(cluster3)
oa.DeployTidbClusterOrDie(cluster4)
oa.CheckTidbClusterStatusOrDie(cluster3)
oa.CheckTidbClusterStatusOrDie(cluster4)
Expand Down

0 comments on commit 8e2a4c5

Please sign in to comment.