File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/Exceptionless.Tests/Plugins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ await plugin.EventBatchProcessingAsync(new List<EventContext> {
171
171
location = irvingEvent . GetLocation ( ) ;
172
172
Assert . Equal ( "US" , location ? . Country ) ;
173
173
Assert . Equal ( "TX" , location ? . Level1 ) ;
174
- Assert . Equal ( "Irving " , location ? . Locality ) ;
174
+ Assert . Equal ( "Dallas " , location ? . Locality ) ;
175
175
}
176
176
177
177
[ Fact ]
@@ -217,7 +217,7 @@ await plugin.EventBatchProcessingAsync(new List<EventContext> {
217
217
location = irvingEvent . GetLocation ( ) ;
218
218
Assert . Equal ( "US" , location ? . Country ) ;
219
219
Assert . Equal ( "TX" , location ? . Level1 ) ;
220
- Assert . Equal ( "Irving " , location ? . Locality ) ;
220
+ Assert . Equal ( "Dallas " , location ? . Locality ) ;
221
221
}
222
222
223
223
[ Theory ]
You can’t perform that action at this time.
0 commit comments