Skip to content

Commit

Permalink
Fixes lint max line length issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Lilis committed May 19, 2023
1 parent b210b22 commit 90f6291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2970,7 +2970,7 @@ class MySiteViewModelTest : BaseUnitTest() {
}

@Test
fun `given selected site with domain credit, when site menu cards and items, then domain reg card does not exist`() {
fun `given selected site with domain credit, when site menu cards and items, then domain reg card doesn't exist`() {
initSelectedSite()
isDomainCreditAvailable.value = DomainCreditAvailable(true)

Expand Down

0 comments on commit 90f6291

Please sign in to comment.