Suppress deprecation warning for test.
This commit is contained in:
parent
f6a17ba42b
commit
fb16f3875d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue