Skip to content

Commit

Permalink
Added failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Oct 20, 2021
1 parent eb618bc commit d059bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RandomQuotes.Tests/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void Setup()
[Test]
public void Test1()
{
Assert.True(Quote.GetRandomQuote().QuoteText != "Something went wrong");
Assert.True(false);
}
}
}
2 changes: 1 addition & 1 deletion RandomQuotes/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
</div>

<form method="post" asp-action="ReloadPage">
<input type="submit" class="btn btn-success btn-lg text-center" style="background-color: blue" value="Refresh" />
<input type="submit" class="btn btn-success btn-lg text-center" style="background-color: black" value="Refresh" />
</form>

0 comments on commit d059bd5

Please sign in to comment.