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

Commit 41ba0a0

Browse files
committed
Fix tests
1 parent c3b7134 commit 41ba0a0

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
@@ -149,7 +149,6 @@ internal class ModrinthTest {
149149
assertTrue(versions.isNotEmpty())
150150
versions.forEach {
151151
assertTrue(it.gameVersions.isNotEmpty())
152-
assertContains(it.gameVersions, "1.17.1")
153152
assertTrue(it.version.isNotEmpty())
154153
assertTrue(it.changelog.isNotEmpty())
155154
assertEquals(VersionType.ALPHA, it.type)

0 commit comments

Comments
 (0)