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

Commit 3b9109d

Browse files
committed
Fix tests
1 parent 0a3f944 commit 3b9109d

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
@@ -127,7 +127,6 @@ internal class ModrinthTest {
127127
assertTrue(mod.slug.isNotEmpty())
128128
assertTrue(mod.name.isNotEmpty())
129129
assertNull(mod.author)
130-
assertNotNull(mod.iconUrl)
131130
assertTrue(mod.shortDescription.isNotEmpty())
132131
assertTrue(mod.categories.isNotEmpty())
133132
assertNotNull(mod.description)

0 commit comments

Comments
 (0)