mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
geoloc: do not set error in integration test
As error is deprecated. And should be marked as such.
This commit is contained in:
parent
340bcb2d12
commit
6d9936a0a6
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ public class GeolocationIntegrationTest extends AbstractSmackIntegrationTest {
|
|||
.setCountry("India")
|
||||
.setCountryCode("IN")
|
||||
.setDescription("My Description")
|
||||
.setError(90d)
|
||||
.setFloor("top")
|
||||
.setLat(25.098345d)
|
||||
.setLocality("awesome")
|
||||
|
|
Loading…
Reference in a new issue