Skip to content

Commit fb16f38

Browse files
committed
Suppress deprecation warning for test.
1 parent f6a17ba commit fb16f38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/location/impl/src/test/kotlin/io/element/android/features/location/impl/common/actions/AndroidLocationActionsTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ internal class AndroidLocationActionsTest {
6767
accuracy = 0f
6868
)
6969
// Set a locale with comma as decimal separator
70+
@Suppress("DEPRECATION")
7071
Locale.setDefault(Locale.Category.FORMAT, Locale("pt", "BR"))
7172

7273
val actual = buildUrl(location, "(weird/stuff here)", ::urlEncoder)

0 commit comments

Comments
 (0)