Skip to content

Commit 41adcc9

Browse files
author
github-actions
committed
Updated code formatting to match rules in .editorconfig
1 parent e1fc811 commit 41adcc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Hyperbee.Templating.Tests/Text/TemplateParserTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ and no trailing cr lf pair on the last line
4444
Assert.AreEqual( template, result );
4545
}
4646

47-
[DataTestMethod]
47+
[TestMethod]
4848
[DataRow( "{{token}} your base are belong to us.", "all" )]
4949
[DataRow( "all your {{token}} are belong to us.", "base" )]
5050
[DataRow( "all your base are belong to {{token}}", "us." )]

0 commit comments

Comments
 (0)