Skip to content

Commit

Permalink
Fix incorrect test name. (#2828)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite authored Feb 4, 2025
1 parent 23bf7ca commit 0cfff83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import kotlin.test.Test
import kotlin.test.assertEquals
import okio.Buffer

class CacheResponseTest {
class CacheNetworkResponseTest {

@Test
fun canSerializeAndDeserializeCacheResponse() = runTestAsync {
Expand Down

0 comments on commit 0cfff83

Please sign in to comment.