Skip to content

Commit 0dbfab9

Browse files
committed
Fix Konsist test failing
1 parent 31f1534 commit 0dbfab9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/konsist/src/test/kotlin/io/element/android/tests/konsist/KonsistComposableTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ class KonsistComposableTest {
3232
.withoutReceiverType()
3333
.withoutName(
3434
// Add some exceptions...
35+
"InvisibleButton",
3536
"OutlinedButton",
36-
"TextButton",
3737
"SimpleAlertDialogContent",
38+
"TextButton",
3839
)
3940
.assertTrue(
4041
additionalMessage =

0 commit comments

Comments
 (0)