Skip to content

Commit

Permalink
chore: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-hardy committed Dec 3, 2023
1 parent 6d63727 commit 8cf338c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/Connector.SqlServer.Test/TestContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ public TestContext([NotNull] ILogger logger)

// Setup
Server.Setup(s => s.ApplicationContext).Returns(() => Container.Resolve<ApplicationContext>());
Bus.Setup(s => s.IsConnected).Returns(false);
Bus.Setup(s => s.Advanced.IsConnected).Returns(false);

OrganizationFactory = (ctx, id) => new TestOrganization(ctx.ApplicationContext, id);
Expand Down

0 comments on commit 8cf338c

Please sign in to comment.