mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 04:39:19 -06:00
Remove unnecessary curly braces
This commit is contained in:
parent
5c9be5dbdb
commit
9d6189d3a6
@ -100,7 +100,7 @@ class PasswordHistoryScreenTest : BitwardenComposeTest() {
|
||||
)
|
||||
}
|
||||
|
||||
composeTestRule.onNodeWithText("${LRO}${password.password}$PDF").assertIsDisplayed()
|
||||
composeTestRule.onNodeWithText("$LRO${password.password}$PDF").assertIsDisplayed()
|
||||
composeTestRule.onNodeWithContentDescription("Copy").performClick()
|
||||
|
||||
verify {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user