File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public async Task EventHub_PocoBinding()
5959 CollectionAssert . Contains ( logs , $ "PocoValues(foo,data)") ;
6060
6161 var categories = host . GetTestLoggerProvider ( ) . GetAllLogMessages ( ) . Select ( p => p . Category ) ;
62- CollectionAssert . Contains ( categories , "Microsoft.Azure.WebJobs.EventHubs.EventHubListener.EventProcessor" ) ;
62+ CollectionAssert . Contains ( categories , "Microsoft.Azure.WebJobs.EventHubs.Listeners. EventHubListener.EventProcessor" ) ;
6363 }
6464
6565 [ Test ]
@@ -77,7 +77,7 @@ public async Task EventHub_StringBinding()
7777 CollectionAssert . Contains ( logs , $ "Input(data)") ;
7878
7979 var categories = host . GetTestLoggerProvider ( ) . GetAllLogMessages ( ) . Select ( p => p . Category ) ;
80- CollectionAssert . Contains ( categories , "Microsoft.Azure.WebJobs.EventHubs.EventHubListener.EventProcessor" ) ;
80+ CollectionAssert . Contains ( categories , "Microsoft.Azure.WebJobs.EventHubs.Listeners. EventHubListener.EventProcessor" ) ;
8181 }
8282 }
8383
You can’t perform that action at this time.
0 commit comments