Remove unnecessary curly braces

This commit is contained in:
Patrick Honkonen 2025-10-29 16:03:15 -04:00
parent 5c9be5dbdb
commit 9d6189d3a6
No known key found for this signature in database
GPG Key ID: 27C65CF8B03CC9FB

View File

@ -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 {