Skip to content

Commit

Permalink
removed mutability check from test after rebase from master
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Sep 2, 2024
1 parent a6c4f47 commit de633fc
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import org.eclipse.ditto.json.JsonObject;
import org.eclipse.ditto.jwt.model.JsonWebToken;
import org.junit.Test;
import org.mutabilitydetector.unittesting.MutabilityAssert;
import org.mutabilitydetector.unittesting.MutabilityMatchers;

import nl.jqno.equalsverifier.EqualsVerifier;
import nl.jqno.equalsverifier.Warning;
Expand All @@ -32,11 +30,6 @@ public final class JwtPlaceholderTest {

private static final JwtPlaceholder UNDER_TEST = new JwtPlaceholder();

@Test
public void assertImmutability() {
MutabilityAssert.assertInstancesOf(JwtPlaceholder.class, MutabilityMatchers.areImmutable());
}

@Test
public void testHashCodeAndEquals() {
EqualsVerifier.forClass(JwtPlaceholder.class)
Expand Down

0 comments on commit de633fc

Please sign in to comment.