We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d50ab commit 8185388Copy full SHA for 8185388
sentry-apollo-3/src/test/java/io/sentry/apollo3/SentryApollo3InterceptorTest.kt
@@ -323,9 +323,6 @@ class SentryApollo3InterceptorTest {
323
fun `sets SDKVersion Info`() {
324
assertNotNull(fixture.scopes.options.sdkVersion)
325
assert(fixture.scopes.options.sdkVersion!!.integrationSet.contains("Apollo3"))
326
- val packageInfo = fixture.scopes.options.sdkVersion!!.packageSet.firstOrNull { pkg -> pkg.name == "maven:io.sentry:sentry-apollo-3" }
327
- assertNotNull(packageInfo)
328
- assert(packageInfo.version == BuildConfig.VERSION_NAME)
329
}
330
331
@Test
0 commit comments