diff --git a/src/Cottle.Test/DocumentTester.cs b/src/Cottle.Test/DocumentTester.cs index 92e687e5..9056f73c 100644 --- a/src/Cottle.Test/DocumentTester.cs +++ b/src/Cottle.Test/DocumentTester.cs @@ -102,7 +102,7 @@ public void RenderCommandDeclareRender(string name, string body, string expected [Test] [TestCase("declare", "as")] [TestCase("set", "to")] - public void CommandDeclareValueScope(string command, string suffix) + public void RenderCommandDeclareValueScope(string command, string suffix) { AssertReturn("{" + command + " f() " + suffix + ":{declare x as 'unused'}}" + "{" + command + " x " + suffix + " 42}" +