1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 14:22: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:
Florian Schmaus 2020-04-13 15:27:43 +02:00
parent 340bcb2d12
commit 6d9936a0a6

View file

@ -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")