Fix test check?
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 1m32s

This commit is contained in:
Braydon 2024-04-22 23:01:31 -04:00
parent 81886fa097
commit fb14eef179

@ -48,7 +48,7 @@ public final class EnvironmentUtils {
// Are we running in a test? // Are we running in a test?
try { try {
Class.forName("org.junit.Test"); Class.forName("org.junit.jupiter.engine.JupiterTestEngine");
testing = true; testing = true;
} catch (ClassNotFoundException ignored) { } catch (ClassNotFoundException ignored) {
// Safely ignore // Safely ignore