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> {
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 ]
You can’t perform that action at this time.
0 commit comments