Merge pull request #5442 from vector-im/michaelk/fix_develop

Missing import of at-Ignore annotation.
This commit is contained in:
Michael Kaye 2022-03-07 15:19:26 +00:00 committed by GitHub
commit bdc9bc0d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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