Skip to content

Commit

Permalink
Update testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik authored and phatboyg committed Apr 17, 2023
1 parent e5fb49e commit 0aad1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/content/3.documentation/1.concepts/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ In the example above, the `AddMassTransitTestHarness` method is used to configur

x.UsingInMemory((context, cfg) =>
{
x.UseDelayedMessageScheduler();
cfg.UseDelayedMessageScheduler();

cfg.ConfigureEndpoints(context);
});
Expand Down

0 comments on commit 0aad1d2

Please sign in to comment.