Skip to content

Commit

Permalink
PR(LINT): Make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Sep 25, 2024
1 parent 43f1028 commit 82eb49c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,6 @@ func getIndexes(
expectedErrorRaised = expectedErrorRaised ||
AssertError(s.t, s.testCase.Description, err, action.ExpectedError)
}

}

assertExpectedErrorRaised(s.t, s.testCase.Description, action.ExpectedError, expectedErrorRaised)
Expand Down Expand Up @@ -1534,7 +1533,6 @@ func updateDoc(
)
expectedErrorRaised = AssertError(s.t, s.testCase.Description, err, action.ExpectedError)
}

}

assertExpectedErrorRaised(s.t, s.testCase.Description, action.ExpectedError, expectedErrorRaised)
Expand Down Expand Up @@ -1862,7 +1860,6 @@ func backupImport(
func() error { return node.BasicImport(s.ctx, action.Filepath) },
)
expectedErrorRaised = AssertError(s.t, s.testCase.Description, err, action.ExpectedError)

} else {
for _, node := range s.nodes {
err := withRetryOnNode(
Expand All @@ -1871,7 +1868,6 @@ func backupImport(
)
expectedErrorRaised = AssertError(s.t, s.testCase.Description, err, action.ExpectedError)
}

}

assertExpectedErrorRaised(s.t, s.testCase.Description, action.ExpectedError, expectedErrorRaised)
Expand Down

0 comments on commit 82eb49c

Please sign in to comment.