diff --git a/compiler/testData/diagnostics/tests/j+k/matchers.fir.kt b/compiler/testData/diagnostics/tests/j+k/matchers.fir.kt index 4c2bcb72eef..6d65c7863e9 100644 --- a/compiler/testData/diagnostics/tests/j+k/matchers.fir.kt +++ b/compiler/testData/diagnostics/tests/j+k/matchers.fir.kt @@ -14,5 +14,5 @@ public class Matcher { // FILE: main.kt fun test(x: List) { - Assert.assertThat(x, Matcher.hasItem("abc")) + Assert.assertThat(x, Matcher.hasItem("abc")) }