Skip to content

Commit 0a9f351

Browse files
authored
Opt in to public preview API in tests
1 parent 95f3692 commit 0a9f351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-ai/src/test/java/com/google/firebase/ai/type/LiveSessionTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import org.mockito.Mockito.mockStatic
3535
import org.mockito.Mockito.`when`
3636
import org.mockito.junit.MockitoJUnitRunner
3737

38-
@OptIn(ExperimentalCoroutinesApi::class)
38+
@OptIn(ExperimentalCoroutinesApi::class, PublicPreviewAPI::class)
3939
@RunWith(MockitoJUnitRunner::class)
4040
class LiveSessionTest {
4141

0 commit comments

Comments
 (0)