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: core/network/src/test/kotlin/com/google/samples/apps/nowinandroid/core/network/fake/FakeNiaNetworkDataSourceTest.kt
+38-40Lines changed: 38 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -44,47 +44,45 @@ class FakeNiaNetworkDataSourceTest {
44
44
)
45
45
}
46
46
47
+
@Suppress("ktlint:standard:max-line-length")
47
48
@Test
48
-
funtestDeserializationOfTopics() =
49
-
@Suppress("ktlint:standard:max-line-length")
50
-
runTest(testDispatcher) {
51
-
assertEquals(
52
-
NetworkTopic(
53
-
id ="1",
54
-
name ="Headlines",
55
-
shortDescription ="News you'll definitely be interested in",
56
-
longDescription ="The latest events and announcements from the world of Android development.",
content ="We released the first two units of Android Basics with Compose, our first free course that teaches Android Development with Jetpack Compose to anyone; you do not need any prior programming experience other than basic computer literacy to get started. ",
content ="We released the first two units of Android Basics with Compose, our first free course that teaches Android Development with Jetpack Compose to anyone; you do not need any prior programming experience other than basic computer literacy to get started. ",
0 commit comments