Skip to content

Commit

Permalink
resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanCheshire committed Sep 11, 2024
1 parent f20b0ed commit 5ef6398
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.github.natche.gravatarjavaclient.profile

import com.github.natche.gravatarjavaclient.profile.serialization.GravatarProfile
import org.junit.jupiter.api.Assertions
import org.junit.jupiter.api.Test

/**
Expand All @@ -13,8 +12,6 @@ class GravatarProfileTest {
*/
@Test
fun testCreation() {
assertThrows(NullPointerException::class.java) {
GravatarProfile()
}

}
}

0 comments on commit 5ef6398

Please sign in to comment.