Skip to content

Commit

Permalink
fix: add additional tests for several tests inside data method failing
Browse files Browse the repository at this point in the history
fix: return failure return code to process when tests fail #45

chore(release): 1.2.2-alpha.1

fix: issue with test
  • Loading branch information
ricardofslp authored and joaoopereira committed Jul 3, 2023
1 parent fab534e commit 790ca82
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ public async Task DotnetTestRerun_FailingMultipleXUnit_Fails()
Exactly.Once());
Environment.ExitCode.Should().Be(1);
}


[Fact]
public async Task DotnetTestRerun_FailingXUnit_WithDeleteFiles()
{
// Arrange
Expand Down

0 comments on commit 790ca82

Please # to comment.