Skip to content

Commit

Permalink
chore(cleanup): [eclipse-tractusx#803] remove obsolete import
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Jul 15, 2024
1 parent 4a0ad32 commit 3e27bc2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
import java.util.UUID;

import jakarta.json.JsonObject;
import lombok.val;
import org.assertj.core.api.AbstractThrowableAssert;
import org.assertj.core.api.ThrowableAssert;
import org.eclipse.edc.core.transform.TypeTransformerRegistryImpl;
Expand Down Expand Up @@ -347,7 +346,7 @@ void getPolicyById() {

@Test
void notFound() {
assertThat( testee.getPolicyById("policyThatDoesNotExist")).isNotPresent();
assertThat(testee.getPolicyById("policyThatDoesNotExist")).isNotPresent();
}

}
Expand Down

0 comments on commit 3e27bc2

Please sign in to comment.