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
1 changed files with 0 additions and 1 deletions

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