File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
firebase-dataconnect/src/test/kotlin/com/google/firebase/dataconnect Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ object SerializationTestData {
126
126
string : Arb <String > = Arb .string(),
127
127
enum : Arb <TestEnum > = Arb .enum<TestEnum >(),
128
128
testData2 : Arb <TestData2 > = Arb .serializationTestData2(),
129
- listSize : Arb <IntRange > = Arb .intRange(0..20),
129
+ listSize : Arb <IntRange > = Arb .intRange(0..20).filterNot { it.isEmpty() } ,
130
130
): Arb <AllTheTypes > = arbitrary {
131
131
val inlineString: Arb <TestStringValueClass > = arbitrary { TestStringValueClass (string.bind()) }
132
132
val inlineInt: Arb <TestIntValueClass > = arbitrary { TestIntValueClass (int.bind()) }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ protoc = "3.21.11"
17
17
truth = " 1.4.2"
18
18
robolectric = " 4.12"
19
19
protobufjavautil = " 3.21.11"
20
- kotest = " 5.9.1 "
20
+ kotest = " 5.9.0 " # Do not use 5.9.1 because it reverts the fix for https://github.com/kotest/kotest/issues/3981
21
21
quickcheck = " 0.6"
22
22
serialization = " 1.5.1"
23
23
spotless = " 7.0.0.BETA1"
You can’t perform that action at this time.
0 commit comments