Skip to content

Commit 02a86dc

Browse files
mokagioclaude
andcommitted
Fix typos in CardsRestClientTest.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 f0cd459 commit 02a86dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libs/fluxc/src/test/java/org/wordpress/android/fluxc/network/rest/wpcom/dashboard/CardsRestClientTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class CardsRestClientTest {
304304

305305
/* TODAY'S STATS CARD ERRORS */
306306
@Test
307-
fun `given jetpack disconn, when fetch cards triggered, then returns todays stats jetpack disconn card error`() =
307+
fun `given jetpack disconn, when fetch cards triggered, then returns today's stats jetpack disconn card error`() =
308308
test {
309309
val json = UnitTestUtils.getStringFromResourceFile(javaClass, DASHBOARD_CARDS_WITH_ERRORS_JSON)
310310
initFetchCards(data = getCardsResponseFromJsonString(json))
@@ -315,7 +315,7 @@ class CardsRestClientTest {
315315
}
316316

317317
@Test
318-
fun `given jetpack disabled, when fetch cards triggered, then returns todays stats jetpack disabled card error`() =
318+
fun `given jetpack disabled, when fetch cards triggered, then returns today's stats jetpack disabled card error`() =
319319
test {
320320
val json = UnitTestUtils.getStringFromResourceFile(javaClass, DASHBOARD_CARDS_WITH_ERRORS_JSON)
321321
val data = getCardsResponseFromJsonString(json)
@@ -328,7 +328,7 @@ class CardsRestClientTest {
328328
}
329329

330330
@Test
331-
fun `given stats unauthorized, when fetch cards triggered, then returns todays stats unauthorized card error`() =
331+
fun `given stats unauthorized, when fetch cards triggered, then returns today's stats unauthorized card error`() =
332332
test {
333333
val json = UnitTestUtils.getStringFromResourceFile(javaClass, DASHBOARD_CARDS_WITH_ERRORS_JSON)
334334
val data = getCardsResponseFromJsonString(json)

0 commit comments

Comments
 (0)