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

Commit 0c4b787

Browse files
committed
Fix tests
1 parent 41ba0a0 commit 0c4b787

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
@@ -151,7 +151,6 @@ internal class ModrinthTest {
151151
assertTrue(it.gameVersions.isNotEmpty())
152152
assertTrue(it.version.isNotEmpty())
153153
assertTrue(it.changelog.isNotEmpty())
154-
assertEquals(VersionType.ALPHA, it.type)
155154
assertTrue(it.assets.isNotEmpty())
156155
it.assets.forEach { asset ->
157156
assertTrue(asset.filename.isNotEmpty())

0 commit comments

Comments
 (0)