From ac4253d8dec17b3de2cc9884c465dc269f6d5ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bulwan?= Date: Fri, 28 Jun 2024 12:08:13 +0200 Subject: [PATCH] Fix failing test that was testing CI/CD --- AnkiStoryGenerator/AnkiStoryGenerator.Tests/TestExample.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AnkiStoryGenerator/AnkiStoryGenerator.Tests/TestExample.cs b/AnkiStoryGenerator/AnkiStoryGenerator.Tests/TestExample.cs index b6693e6..1056314 100644 --- a/AnkiStoryGenerator/AnkiStoryGenerator.Tests/TestExample.cs +++ b/AnkiStoryGenerator/AnkiStoryGenerator.Tests/TestExample.cs @@ -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 } } } \ No newline at end of file