From d059bd51763d0470f7fb89a8c402adc1e33c5368 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Thu, 21 Oct 2021 06:35:41 +1000 Subject: [PATCH] Added failing test --- RandomQuotes.Tests/Tests.cs | 2 +- RandomQuotes/Views/Home/Index.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RandomQuotes.Tests/Tests.cs b/RandomQuotes.Tests/Tests.cs index 6b6ee7d..30a0668 100644 --- a/RandomQuotes.Tests/Tests.cs +++ b/RandomQuotes.Tests/Tests.cs @@ -14,7 +14,7 @@ public void Setup() [Test] public void Test1() { - Assert.True(Quote.GetRandomQuote().QuoteText != "Something went wrong"); + Assert.True(false); } } } \ No newline at end of file diff --git a/RandomQuotes/Views/Home/Index.cshtml b/RandomQuotes/Views/Home/Index.cshtml index 3f6ff05..69ef256 100644 --- a/RandomQuotes/Views/Home/Index.cshtml +++ b/RandomQuotes/Views/Home/Index.cshtml @@ -18,5 +18,5 @@
- +
\ No newline at end of file