Skip to content

Commit

Permalink
Fix document test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
r3c committed Mar 8, 2020
1 parent a7e6c9c commit c2a25d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cottle.Test/DocumentTester.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}" +
Expand Down

0 comments on commit c2a25d8

Please sign in to comment.