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
Assert.That(exception.Message,Is.EqualTo(string.Format("Expected file to be of content type '{0}', but instead was given '{1}'.",contentType,ControllerResultTestController.FileContentType)));
thrownewActionResultAssertionException(string.Format("Expected file to be of content type '{0}', but instead was given '{1}'.",contentType,fileResult.ContentType));
0 commit comments