Skip to content

Commit 2322b78

Browse files
authored
Merge pull request #4831 from pfeif/update-xunit-snippet
Update the indentation level and spacing for the '"xUnit Test" fact' snippet.
2 parents 32781a1 + 3c76d46 commit 2322b78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snippets/csharp.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,11 +465,11 @@
465465
"[Fact]",
466466
"public void ${1:TestName}()",
467467
"{",
468-
"//Given",
468+
" // Given",
469469
"",
470-
"//When",
470+
" // When",
471471
"",
472-
"//Then",
472+
" // Then",
473473
"}$0"
474474
],
475475
"description": "create xunit test method"

0 commit comments

Comments
 (0)