Skip to content

Commit 8729fed

Browse files
committed
Fixing configuration tests
Changing formats from 8 to 9
1 parent c92a4ec commit 8729fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Tests/ConfigurationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class ConfigurationTests
2020

2121
public Configuration DefaultConfiguration { get; }
2222

23-
private readonly int expectedDefaultConfigurationCount = 8;
23+
private readonly int expectedDefaultConfigurationCount = 9;
2424

2525
public ConfigurationTests()
2626
{

0 commit comments

Comments
 (0)