You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TestStack.FluentMVCTesting.Tests/ControllerResultTestTests.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,7 @@ public void Check_for_invalid_partial_name()
313
313
Assert.That(exception.Message,Is.EqualTo(string.Format("Expected result view to be '{0}', but instead was given '{1}'.",ControllerResultTestController.PartialName,ControllerResultTestController.RandomViewName)));
314
314
}
315
315
#endregion
316
-
316
+
317
317
#region File tests
318
318
319
319
[Test]
@@ -394,7 +394,7 @@ public void Check_for_file_content_result_and_check_invalid_binary_content_and_c
0 commit comments