We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64fc8d commit 2386f17Copy full SHA for 2386f17
src/test/kotlin/com/haroldadmin/cnradapter/ExtensionsTest.kt
@@ -36,7 +36,7 @@ class ExtensionsTest : DescribeSpec({
36
}
37
38
it("should return null for NetworkResponse.UnknownError") {
39
- val response = NetworkResponse.UnknownError<String, String>(Exception())
+ val response = NetworkResponse.UnknownError<String, String>(Exception(), null)
40
val body = response()
41
body shouldBe null
42
0 commit comments