Skip to content

Commit

Permalink
Fix failing test that was testing CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
taurit committed Jun 28, 2024
1 parent c33b69a commit ac4253d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AnkiStoryGenerator/AnkiStoryGenerator.Tests/TestExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ namespace AnkiStoryGenerator.Tests
public class TestExample
{
[TestMethod]
public void FailingTest()
public void PassingTest()
{
Assert.Fail("Test: this test should intentionally fail and I should receive a notification email");
// CI/CD test
}
}
}

0 comments on commit ac4253d

Please sign in to comment.