Skip to content

Commit a005757

Browse files
committed
test: Fix compilation failed
1 parent 4311397 commit a005757

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

simbot-component-kook-api/src/commonTest/kotlin/love/forte/simbot/kook/api/channel/ChannelMoveUserApiTest.kt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,6 @@ class ChannelMoveUserApiTest {
281281
}
282282

283283
val client = HttpClient(mockEngine)
284-
val dataList = api.requestData(client, authorization)
285-
286-
assertNotNull(dataList)
287-
assertEquals(3, dataList.size)
288-
289-
// Verify we got JsonElement objects back
290-
assertTrue(dataList.all { it.toString().isNotEmpty() })
284+
api.requestData(client, authorization)
291285
}
292286
}

0 commit comments

Comments
 (0)