JoshKeegan / xRetry

Retry running tests via Xunit and Specflow
MIT License
45 stars 14 forks source link

Updated tests to use fluent assertions #148

Closed jero2rome closed 2 years ago

JoshKeegan commented 2 years ago

Thanks @jero2rome, your changes look good 👍

The CI process is failing due to some formatting issues, can you take a look? You should be able to automatically fix them all by running dotnet format.

jero2rome commented 2 years ago

Thanks @jero2rome, your changes look good 👍

The CI process is failing due to some formatting issues, can you take a look? You should be able to automatically fix them all by running dotnet format.

I have run the format tool already. The build still failed yesterday since I was using C# 10 feature, I have now changed it. Can you please run the CI build and check ?

JoshKeegan commented 2 years ago

The build is passing now so I'll merge. Thanks again for your contribution.