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

Commit cfbdc40

Browse files
committed
Fix tests
1 parent 44e0362 commit cfbdc40

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)