Skip to content

Commit 17321cf

Browse files
mokagioclaude
andcommitted
Fix typos in CardsStoreTest.kt
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 02a86dc commit 17321cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • libs/fluxc/src/test/java/org/wordpress/android/fluxc/store/dashboard

libs/fluxc/src/test/java/org/wordpress/android/fluxc/store/dashboard/CardsStoreTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ class CardsStoreTest {
427427
}
428428

429429
@Test
430-
fun `given todays stats type, when fetch cards triggered, then today's stats card model inserted into db`() = test {
430+
fun `given today's stats type, when fetch cards triggered, then today's stats card model inserted into db`() = test {
431431
val payload = CardsPayload(CardsResponse(todaysStats = TODAYS_STATS_RESPONSE))
432432
whenever(
433433
restClient.fetchCards(
@@ -680,7 +680,7 @@ class CardsStoreTest {
680680
/* TODAYS STATS CARD WITH ERROR */
681681

682682
@Test
683-
fun `given todays stats card with error, when fetch cards triggered, then card with error inserted into db`() =
683+
fun `given today's stats card with error, when fetch cards triggered, then card with error inserted into db`() =
684684
test {
685685
whenever(restClient.fetchCards(defaultFetchCardsPayload)).thenReturn(
686686
CardsPayload(

0 commit comments

Comments
 (0)