From b443c8c3b4c558045d793b5f6e00bfbc370dfa29 Mon Sep 17 00:00:00 2001 From: Michael Render Date: Fri, 26 Apr 2024 16:45:52 -0400 Subject: [PATCH] Close code block on NUnit2013 page (#931) --- docs/articles/nunit-analyzers/NUnit2013.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/articles/nunit-analyzers/NUnit2013.md b/docs/articles/nunit-analyzers/NUnit2013.md index 38ef5e82f..3de7c9694 100644 --- a/docs/articles/nunit-analyzers/NUnit2013.md +++ b/docs/articles/nunit-analyzers/NUnit2013.md @@ -43,6 +43,7 @@ public void Test() string expected = "..."; Assert.That(actual, Does.EndWith(expected)); } +``` ## Configure severity