Skip to content

Commit 591ff41

Browse files
committed
Removed stray region.
1 parent 1231f28 commit 591ff41

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

TestStack.FluentMvcTesting/ControllerResultTest/ShouldGiveHttpStatus.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ namespace TestStack.FluentMVCTesting
55
{
66
public partial class ControllerResultTest<T>
77
{
8-
#region Http Status
9-
108
public void ShouldGiveHttpStatus()
119
{
1210
ValidateActionReturnType<HttpStatusCodeResult>();
@@ -26,7 +24,5 @@ public void ShouldGiveHttpStatus(HttpStatusCode status)
2624
{
2725
ShouldGiveHttpStatus((int)status);
2826
}
29-
30-
#endregion
3127
}
3228
}

0 commit comments

Comments
 (0)