fix tests
This commit is contained in:
parent
1d8d1efb5b
commit
e63dd50682
2 changed files with 6 additions and 2 deletions
|
@ -58,7 +58,9 @@ class BottomSheetActivityTest {
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
null,
|
null,
|
||||||
false
|
false,
|
||||||
|
emptyList(),
|
||||||
|
emptyList()
|
||||||
)
|
)
|
||||||
private val accountCallback = FakeSearchResults(account)
|
private val accountCallback = FakeSearchResults(account)
|
||||||
|
|
||||||
|
|
|
@ -256,7 +256,9 @@ class ComposeActivityTest {
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
null,
|
null,
|
||||||
false
|
false,
|
||||||
|
emptyList(),
|
||||||
|
emptyList()
|
||||||
),
|
),
|
||||||
maximumTootCharacters
|
maximumTootCharacters
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue