Skip to content

Commit 0ca3408

Browse files
committed
try string version
1 parent a90adac commit 0ca3408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Drawing.Tests/Issues/Issue_330.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace SixLabors.ImageSharp.Drawing.Tests.Issues;
1414
public class Issue_330
1515
{
1616
[Theory]
17-
[WithSolidFilledImages(2084, 2084, nameof(Color.BlueViolet), PixelTypes.Rgba32)]
17+
[WithSolidFilledImages(2084, 2084, "BlueViolet", PixelTypes.Rgba32)]
1818
public void OffsetTextOutlines<TPixel>(TestImageProvider<TPixel> provider)
1919
where TPixel : unmanaged, IPixel<TPixel>
2020
{

0 commit comments

Comments
 (0)