Skip to content

Commit 5c5b1e9

Browse files
authored
Updated geo coords
1 parent d06df16 commit 5c5b1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Exceptionless.Tests/Plugins/GeoTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Exceptionless.Tests.Plugins {
2323
public class GeoTests : TestWithServices {
2424
private const string GREEN_BAY_COORDINATES = "44.5458,-88.1019";
2525
private const string GREEN_BAY_IP = "24.208.86.80";
26-
private const string IRVING_COORDINATES = "32.8489,-96.9667";
26+
private const string IRVING_COORDINATES = "32.9379,-96.8384";
2727
private const string IRVING_IP = "192.91.253.248";
2828
private readonly BillingManager _billingManager;
2929
private readonly BillingPlans _plans;

0 commit comments

Comments
 (0)