Fix Konsist test failing
This commit is contained in:
parent
61b7e98998
commit
070ea820ae
1 changed files with 2 additions and 1 deletions
|
|
@ -32,9 +32,10 @@ class KonsistComposableTest {
|
||||||
.withoutReceiverType()
|
.withoutReceiverType()
|
||||||
.withoutName(
|
.withoutName(
|
||||||
// Add some exceptions...
|
// Add some exceptions...
|
||||||
|
"InvisibleButton",
|
||||||
"OutlinedButton",
|
"OutlinedButton",
|
||||||
"TextButton",
|
|
||||||
"SimpleAlertDialogContent",
|
"SimpleAlertDialogContent",
|
||||||
|
"TextButton",
|
||||||
)
|
)
|
||||||
.assertTrue(
|
.assertTrue(
|
||||||
additionalMessage =
|
additionalMessage =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue