@@ -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