Skip to content

Commit

Permalink
Fix assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha committed Oct 18, 2024
1 parent 2fe4917 commit bfd8f6c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
package tech.pegasys.teku.ethereum.executionclient.schema;

import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;


import java.util.Optional;
import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit bfd8f6c

Please sign in to comment.