Skip to content

Commit 4ce5da7

Browse files
committed
TODO ResponseChecksumValidation tests
1 parent 5133a60 commit 4ce5da7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/codegen/checksums/src/commonTest/kotlin/ClientConfigTests.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ class ClientConfigTests {
106106
assertTrue(testInterceptor.containsChecksum)
107107
}
108108
}
109+
110+
@Nested
111+
inner class ResponseChecksumValidation {
112+
// TODO
113+
}
109114
}
110115

111116
private class TestInterceptor : HttpInterceptor {

0 commit comments

Comments
 (0)