Skip to content

Commit 3ffd3c0

Browse files
committed
Removed errant comment.
1 parent 6df127c commit 3ffd3c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TestStack.FluentMvcTesting/ControllerResultTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ public FileStreamResult ShouldRenderFileStream(Stream stream = null, string cont
313313

314314
if (stream != null)
315315
{
316-
// This is not optimal but I do not want to pre-optimize in this case.
317316
byte[] expected = ConvertStreamToArray(stream);
318317
byte[] actual = ConvertStreamToArray(fileResult.FileStream);
319318

0 commit comments

Comments
 (0)