mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +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")
|
.setCountry("India")
|
||||||
.setCountryCode("IN")
|
.setCountryCode("IN")
|
||||||
.setDescription("My Description")
|
.setDescription("My Description")
|
||||||
.setError(90d)
|
|
||||||
.setFloor("top")
|
.setFloor("top")
|
||||||
.setLat(25.098345d)
|
.setLat(25.098345d)
|
||||||
.setLocality("awesome")
|
.setLocality("awesome")
|
||||||
|
|
Loading…
Reference in a new issue