Missing import of at-Ignore annotation.

This commit is contained in:
Michael Kaye 2022-03-07 14:45:29 +00:00
parent 9a02543afd
commit 1569c2f3c7

View file

@ -22,6 +22,7 @@ import org.amshove.kluent.shouldBeFalse
import org.amshove.kluent.shouldBeNull
import org.amshove.kluent.shouldBeTrue
import org.junit.FixMethodOrder
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.junit.runners.JUnit4