Skip to content

Commit 01b2a91

Browse files
Update ResizeWebProcessorTests.cs
1 parent 821b2f2 commit 01b2a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Web.Tests/Processors/ResizeWebProcessorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void ResizeWebProcessor_UpdatesSize()
3535

3636
var commands = new Dictionary<string, string>
3737
{
38-
{ ResizeWebProcessor.Sampler, nameof(KnownResamplers.NearestNeighbor) },
38+
{ ResizeWebProcessor.Sampler, nameof(KnownResamplers.Box) },
3939
{ ResizeWebProcessor.Width, Width.ToString() },
4040
{ ResizeWebProcessor.Height, Height.ToString() },
4141
{ ResizeWebProcessor.Xy, "0,0" }

0 commit comments

Comments
 (0)