Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
Solves Issue: junit-team#3730

---

I hereby agree to the terms of the JUnit Contributor License Agreement.
  • Loading branch information
Driptaroop Das committed Apr 19, 2024
1 parent 3ff35b7 commit b23af22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

package example.exception;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrowsExactly;

import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit b23af22

Please sign in to comment.