Skip to content

Commit

Permalink
Dummy change to force build
Browse files Browse the repository at this point in the history
  • Loading branch information
dhickie committed Sep 5, 2024
1 parent e55682f commit 9be1a54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public async Task When_an_outstanding_message_is_dispatched_async()
[Fact]
public async Task When_an_outstanding_message_is_dispatched()
{
var context = new RequestContext();
var context = new RequestContext();
_dynamoDbOutbox.Add(_message, context);

_fakeTimeProvider.Advance(TimeSpan.FromSeconds(1));
Expand Down

0 comments on commit 9be1a54

Please sign in to comment.