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: features/dd-sdk-android-session-replay/src/test/kotlin/com/datadog/android/sessionreplay/internal/gson/GsonExtTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ internal class GsonExtTest {
123
123
@Test
124
124
fun`M return null W safeGetAsLong{a non long JsonPrimitive}`(forge:Forge) {
125
125
// Given
126
-
val fakeNonLongJsonPrimitive =JsonPrimitive(forge.aString())
126
+
val fakeNonLongJsonPrimitive =JsonPrimitive(forge.anAlphabeticalString())
127
127
val expectedLogMessage =BROKEN_JSON_ERROR_MESSAGE_FORMAT.format(
0 commit comments