Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezp committed Aug 19, 2024
1 parent 3f01658 commit de84378
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ class InAppBackendServiceTests : FunSpec({
}

test("listInAppMessages retries according to retry limit and retryAfterSeconds" +
"and makes final request without offset after retries exhausted") {
"and makes final request without offset after retries exhausted"
) {
// Given
val mockHydrator = InAppHydrator(MockHelper.time(1000), MockHelper.propertiesModelStore())
val mockHttpClient = mockk<IHttpClient>()
Expand Down

0 comments on commit de84378

Please sign in to comment.