Skip to content

Commit bdc9bc0

Browse files
authored
Merge pull request #5442 from vector-im/michaelk/fix_develop
Missing import of at-Ignore annotation.
2 parents 9a02543 + 1569c2f commit bdc9bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

matrix-sdk-android/src/androidTest/java/org/matrix/android/sdk/session/room/threads/ThreadMessagingTest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import org.amshove.kluent.shouldBeFalse
2222
import org.amshove.kluent.shouldBeNull
2323
import org.amshove.kluent.shouldBeTrue
2424
import org.junit.FixMethodOrder
25+
import org.junit.Ignore
2526
import org.junit.Test
2627
import org.junit.runner.RunWith
2728
import org.junit.runners.JUnit4

0 commit comments

Comments
 (0)