Tests are failing after submitting a solution to strain in Java, with errors like
./src/test/java/StrainTest.java:1: error: package org.junit does not exist
import org.junit.Assert;
Since I didn’t submit the tests, only the solution, I can only suspect that the error is on Exercism side, right?