From c1f095f9299356d294016cec2fec35fa8850134b Mon Sep 17 00:00:00 2001 From: Edric Date: Tue, 7 May 2024 21:05:00 +0800 Subject: [PATCH] chore(kotest-common-enums): regenerate API golden --- androidx/common/kotest-common-enums/api/kotest-common-enums.api | 2 ++ 1 file changed, 2 insertions(+) diff --git a/androidx/common/kotest-common-enums/api/kotest-common-enums.api b/androidx/common/kotest-common-enums/api/kotest-common-enums.api index 9e889a1..060eaae 100644 --- a/androidx/common/kotest-common-enums/api/kotest-common-enums.api +++ b/androidx/common/kotest-common-enums/api/kotest-common-enums.api @@ -17,6 +17,8 @@ public final class io/github/edricchan03/androidx/common/enums/fixtures/EnumMapE } public final class io/github/edricchan03/androidx/common/enums/fixtures/EnumTestsKt { + public static final fun enumKPropertyTests (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Ljava/util/Map;Lkotlin/jvm/functions/Function1;Lio/kotest/property/Arb;)Lio/kotest/core/factory/TestFactory; + public static synthetic fun enumKPropertyTests$default (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Ljava/util/Map;Lkotlin/jvm/functions/Function1;Lio/kotest/property/Arb;ILjava/lang/Object;)Lio/kotest/core/factory/TestFactory; public static final fun enumTests (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Ljava/util/Map;Lkotlin/jvm/functions/Function1;Lio/kotest/property/Arb;)Lio/kotest/core/factory/TestFactory; public static synthetic fun enumTests$default (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Ljava/util/Map;Lkotlin/jvm/functions/Function1;Lio/kotest/property/Arb;ILjava/lang/Object;)Lio/kotest/core/factory/TestFactory; public static final fun intEnumTests (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Ljava/util/Map;Lkotlin/jvm/functions/Function1;Lio/kotest/property/Arb;)Lio/kotest/core/factory/TestFactory;