Skip to content

Commit

Permalink
use BaseHandler CreateOSHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Oct 25, 2023
1 parent c0998ee commit 1050542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class HostHttpHandlerTest : BaseHandlerTest
{
protected override BaseHandler GetHandler(ResourceManager resourceManager)
{
return new HostHttpHandler(resourceManager);
return BaseHandler.CreateOSHandler(resourceManager);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class HttpHandlerTest : BaseHandlerTest
{
protected override BaseHandler GetHandler(ResourceManager resourceManager)
{
return new HttpHandler(resourceManager);
return BaseHandler.CreateOSHandler(resourceManager);
}
}
}

0 comments on commit 1050542

Please sign in to comment.