Skip to content

Commit

Permalink
Fix ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopsaheysa committed Jun 5, 2024
1 parent 7b9d588 commit 15cf28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/androidTest/java/IntegrationTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,6 @@ class IntegrationTests {

val opRecord = operations.firstOrNull { it.operation.id == op.operationId }
Assert.assertNotNull(opRecord)
Assert.assertTrue("${opRecord?.operation?.statusReason} should be PREARRANGED_REASON",opRecord?.operation?.statusReason == "PREARRANGED_REASON")
Assert.assertTrue("${opRecord?.operation?.statusReason} should be PREARRANGED_REASON", opRecord?.operation?.statusReason == "PREARRANGED_REASON")
}
}

0 comments on commit 15cf28b

Please sign in to comment.