File tree Expand file tree Collapse file tree
libs/fluxc/src/test/java/org/wordpress/android/fluxc/store/dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments