From b23af226df7c8fba41b500dad8ce0c8e3c1ed90a Mon Sep 17 00:00:00 2001 From: Driptaroop Das Date: Fri, 19 Apr 2024 14:09:56 +0200 Subject: [PATCH] build fix Solves Issue: #3730 --- I hereby agree to the terms of the JUnit Contributor License Agreement. --- .../test/java/example/exception/ExceptionAssertionExactDemo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/src/test/java/example/exception/ExceptionAssertionExactDemo.java b/documentation/src/test/java/example/exception/ExceptionAssertionExactDemo.java index 2055fdf4c54b..8b76f12444f8 100644 --- a/documentation/src/test/java/example/exception/ExceptionAssertionExactDemo.java +++ b/documentation/src/test/java/example/exception/ExceptionAssertionExactDemo.java @@ -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;