Skip to content

Commit

Permalink
Merge pull request #1248 from justeattakeaway/dependabot/nuget/xunit-…
Browse files Browse the repository at this point in the history
…2.5.1

Bump xunit from 2.5.0 to 2.5.1
  • Loading branch information
hwoodiwiss authored Sep 19, 2023
2 parents c3ffb81 + da39b3c commit bd74cd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PackageVersion Include="SerilogTimings" Version="3.0.1" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageVersion Include="xunit" Version="2.5.0" />
<PackageVersion Include="xunit" Version="2.5.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ public async Task CanStoreAndRetrieveAsync()
var accessor = MakeAccessor();
accessor.MessageContext = data;

await Task.Delay(250)
.ConfigureAwait(false);
await Task.Delay(250);

AssertSame(data, accessor.MessageContext);
}
Expand Down Expand Up @@ -124,4 +123,4 @@ private static IMessageContextAccessor MakeAccessor()
{
return new MessageContextAccessor();
}
}
}

0 comments on commit bd74cd3

Please sign in to comment.