Reinstate Assert.fail import.

This commit is contained in:
Michael Bayne
2023-11-15 09:54:41 -08:00
parent d1b585fa7d
commit 0b1c1b69a0
@@ -17,6 +17,7 @@ import java.util.Optional;
import java.util.TimeZone;
import org.junit.Test;
import static org.junit.Assert.fail;
/**
* Mustache tests that can only be run on the JVM. Most tests should go in BaseMustacheTest so