We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06df16 commit 5c5b1e9Copy full SHA for 5c5b1e9
tests/Exceptionless.Tests/Plugins/GeoTests.cs
@@ -23,7 +23,7 @@ namespace Exceptionless.Tests.Plugins {
23
public class GeoTests : TestWithServices {
24
private const string GREEN_BAY_COORDINATES = "44.5458,-88.1019";
25
private const string GREEN_BAY_IP = "24.208.86.80";
26
- private const string IRVING_COORDINATES = "32.8489,-96.9667";
+ private const string IRVING_COORDINATES = "32.9379,-96.8384";
27
private const string IRVING_IP = "192.91.253.248";
28
private readonly BillingManager _billingManager;
29
private readonly BillingPlans _plans;
0 commit comments