You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-dataconnect/src/androidTest/kotlin/com/google/firebase/dataconnect/GrpcMetadataIntegrationTest.kt
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -323,14 +323,23 @@ class GrpcMetadataIntegrationTest : DataConnectIntegrationTestBase() {
Copy file name to clipboardExpand all lines: firebase-dataconnect/src/test/kotlin/com/google/firebase/dataconnect/core/DataConnectGrpcMetadataUnitTest.kt
+41-31Lines changed: 41 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -124,39 +124,49 @@ class DataConnectGrpcMetadataUnitTest {
124
124
}
125
125
126
126
@Test
127
-
fun`should include x-goog-request-params`() = runTest {
0 commit comments