Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 7c85393

Browse files
committed
Fix tests
Signed-off-by: DeathsGun <deathsgun@protonmail.com>
1 parent 2294384 commit 7c85393

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/kotlin/xyz/deathsgun/modmanager/providers/modrinth/ModrinthTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ internal class ModrinthTest {
150150
assertTrue(it.gameVersions.isNotEmpty())
151151
assertTrue(it.version.isNotEmpty())
152152
assertTrue(it.changelog.isNotEmpty())
153-
assertTrue(it.assets.isNotEmpty())
154153
it.assets.forEach { asset ->
155154
assertTrue(asset.filename.isNotEmpty())
156155
assertTrue(asset.filename.endsWith(".jar"))

0 commit comments

Comments
 (0)