Skip to content

Commit 2386f17

Browse files
committed
fix: Fix broken test
1 parent c64fc8d commit 2386f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/haroldadmin/cnradapter/ExtensionsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ExtensionsTest : DescribeSpec({
3636
}
3737

3838
it("should return null for NetworkResponse.UnknownError") {
39-
val response = NetworkResponse.UnknownError<String, String>(Exception())
39+
val response = NetworkResponse.UnknownError<String, String>(Exception(), null)
4040
val body = response()
4141
body shouldBe null
4242
}

0 commit comments

Comments
 (0)