Skip to content

Commit c725da9

Browse files
committed
More test fixes
1 parent 9cf52b7 commit c725da9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/AcceptanceTestsShared/When_using_different_persistence.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public async Task Should_not_execute_installers()
1818
.Run();
1919

2020
// If installers were run, we'd get an System.Exception: "ConnectionBuilder must be defined."
21-
Assert.That(context.EndpointsStarted, Is.True);
2221
}
2322

2423
public class Context : ScenarioContext

src/AcceptanceTestsShared/When_using_outbox_but_no_sagas.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ public async Task Should_be_able_to_start_the_endpoint()
1717
.WithEndpoint<OutboxEndpointWithSagasDisabled>()
1818
.Done(c => c.EndpointsStarted)
1919
.Run();
20-
21-
Assert.That(context.EndpointsStarted, Is.True);
2220
}
2321

2422
public class Context : ScenarioContext

0 commit comments

Comments
 (0)