Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Mar 25, 2024
1 parent c28518c commit 4df04d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public async Task GetFileName_ReturnsFileName_WithMaliciousInput()
new MemoryStream(CreateAnImageA6600.Bytes.ToArray()));

var result = string.Empty;
for ( var i = 0; i < 2000; i++ )
for ( var i = 0; i < 1000; i++ )
{
result += test + test2 + test + test;
}
Expand Down

0 comments on commit 4df04d5

Please sign in to comment.