From 6d9936a0a6ffb5e6308c94dcd4a9d2b3c141f8f5 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 13 Apr 2020 15:27:43 +0200 Subject: [PATCH] geoloc: do not set error in integration test As error is deprecated. And should be marked as such. --- .../smackx/geolocation/GeolocationIntegrationTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/smack-integration-test/src/main/java/org/jivesoftware/smackx/geolocation/GeolocationIntegrationTest.java b/smack-integration-test/src/main/java/org/jivesoftware/smackx/geolocation/GeolocationIntegrationTest.java index af86bb996..2707a5435 100644 --- a/smack-integration-test/src/main/java/org/jivesoftware/smackx/geolocation/GeolocationIntegrationTest.java +++ b/smack-integration-test/src/main/java/org/jivesoftware/smackx/geolocation/GeolocationIntegrationTest.java @@ -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")