Skip to content

Commit 29a95ad

Browse files
author
Neil Campbell
committed
Making the Nancy bootstrapper public
1 parent 3aee6c6 commit 29a95ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PactNet/Mocks/MockHttpService/Nancy/MockProviderNancyBootstrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace PactNet.Mocks.MockHttpService.Nancy
1212
{
13-
internal class MockProviderNancyBootstrapper : DefaultNancyBootstrapper
13+
public class MockProviderNancyBootstrapper : DefaultNancyBootstrapper
1414
{
1515
private readonly string _pactFileDirectory;
1616

0 commit comments

Comments
 (0)