Skip to content

Commit fdc2ff6

Browse files
Update FormatWebProcessorTests.cs
1 parent 144f33d commit fdc2ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void FormatWebProcessor_CanReportAlphaRequirements(string format)
6565
};
6666

6767
FormatWebProcessor processor = new(Options.Create(new ImageSharpMiddlewareOptions()));
68-
Assert.True(processor.RequiresAlphaAwarePixelFormat(commands, parser, culture));
68+
Assert.False(processor.RequiresAlphaAwarePixelFormat(commands, parser, culture));
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)