Skip to content

Commit 530d1cb

Browse files
committed
Update TempFileTests.cs
1 parent abef4de commit 530d1cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Verify.Tests/TempFileTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,6 @@ public async Task CreateBinaryWithExtension()
729729
byte[] data = [0x01, 0x02, 0x03, 0x04];
730730
using var temp = await TempFile.CreateBinary(data, ".bin");
731731

732-
// Process the temporary image file
733-
734732
#endregion
735733
}
736734
}

0 commit comments

Comments
 (0)