You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WordPress/src/test/java/org/wordpress/android/ui/mysite/cards/dashboard/todaysstats/TodaysStatsViewModelSliceTest.kt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ class TodaysStatsViewModelSliceTest : BaseUnitTest() {
68
68
}
69
69
70
70
@Test
71
-
fun`given todays stat card, when card item is clicked, then stats page is opened`() =
71
+
fun`given today's stat card, when card item is clicked, then stats page is opened`() =
72
72
test {
73
73
val params = todaysStatsViewModelSlice.getTodaysStatsBuilderParams(mock())
74
74
@@ -82,7 +82,7 @@ class TodaysStatsViewModelSliceTest : BaseUnitTest() {
82
82
}
83
83
84
84
@Test
85
-
fun`given todays stat card, when get more views url is clicked, then external link is opened`() =
85
+
fun`given today's stat card, when get more views url is clicked, then external link is opened`() =
86
86
test {
87
87
val params = todaysStatsViewModelSlice.getTodaysStatsBuilderParams(mock())
88
88
@@ -102,7 +102,7 @@ class TodaysStatsViewModelSliceTest : BaseUnitTest() {
102
102
103
103
104
104
@Test
105
-
fun`given todays stats card, when more menu is accessed, then event is tracked`() = test {
105
+
fun`given today's stats card, when more menu is accessed, then event is tracked`() = test {
106
106
val params = todaysStatsViewModelSlice.getTodaysStatsBuilderParams(mock())
0 commit comments