We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a89da commit 0f1f019Copy full SHA for 0f1f019
1 file changed
dd-sdk-android-core/src/test/kotlin/com/datadog/android/core/DatadogCoreInitializationTest.kt
@@ -626,7 +626,7 @@ internal class DatadogCoreInitializationTest {
626
}
627
628
@Test
629
- fun `M apply app version W setVersion(appVersion) { with app version }`(
+ fun `M apply app version from config W initialize { version in config is not null }`(
630
@StringForgery appVersion: String
631
) {
632
// When
0 commit comments