Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Anty0 committed Sep 16, 2024
1 parent 1d31d63 commit 86f4b28
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,12 @@ class JsonFormatProcessorTest {
}
mockUtil.fileProcessorContext.assertTranslations("i18next", "keyPluralSimple")
.assertSingle {
hasText("{value, plural,\n" +
"one {the singular (is parsed as plural under one key - keyPluralSimple)}\n" +
"other {the plural (is parsed as plural under one key - keyPluralSimple)}\n" +
"}")
hasText(
"{value, plural,\n" +
"one {the singular (is parsed as plural under one key - keyPluralSimple)}\n" +
"other {the plural (is parsed as plural under one key - keyPluralSimple)}\n" +
"}"
)
}
}

Expand Down

0 comments on commit 86f4b28

Please sign in to comment.