Suppress deprecation warning for test.
This commit is contained in:
committed by
Benoit Marty
parent
098ae0820e
commit
75b4a4ba9d
@@ -67,6 +67,7 @@ internal class AndroidLocationActionsTest {
|
||||
accuracy = 0f
|
||||
)
|
||||
// Set a locale with comma as decimal separator
|
||||
@Suppress("DEPRECATION")
|
||||
Locale.setDefault(Locale.Category.FORMAT, Locale("pt", "BR"))
|
||||
|
||||
val actual = buildUrl(location, "(weird/stuff here)", ::urlEncoder)
|
||||
|
||||
Reference in New Issue
Block a user