Skip to content

Commit

Permalink
Merge pull request #737 from nunit/SeanKilleen-patch-1
Browse files Browse the repository at this point in the history
Update NUnit2013.md to fix code block
  • Loading branch information
mikkelbu authored Apr 27, 2024
2 parents 2c5a93e + 09dbd1b commit 88fcd73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/NUnit2013.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public void Test()
string expected = "...";
Assert.That(actual, Does.EndWith(expected));
}
```

<!-- start generated config severity -->
## Configure severity
Expand Down

0 comments on commit 88fcd73

Please sign in to comment.