Skip to content

Commit f605edf

Browse files
authored
Update GeoTests.cs
1 parent 5c5b1e9 commit f605edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Exceptionless.Tests/Plugins/GeoTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ await plugin.EventBatchProcessingAsync(new List<EventContext> {
171171
location = irvingEvent.GetLocation();
172172
Assert.Equal("US", location?.Country);
173173
Assert.Equal("TX", location?.Level1);
174-
Assert.Equal("Irving", location?.Locality);
174+
Assert.Equal("Dallas", location?.Locality);
175175
}
176176

177177
[Fact]
@@ -217,7 +217,7 @@ await plugin.EventBatchProcessingAsync(new List<EventContext> {
217217
location = irvingEvent.GetLocation();
218218
Assert.Equal("US", location?.Country);
219219
Assert.Equal("TX", location?.Level1);
220-
Assert.Equal("Irving", location?.Locality);
220+
Assert.Equal("Dallas", location?.Locality);
221221
}
222222

223223
[Theory]

0 commit comments

Comments
 (0)