From 5ad3d671e8ce55b7a0e9d070dbda80f36858771d Mon Sep 17 00:00:00 2001 From: Ynse Hoornenborg Date: Fri, 29 Dec 2023 14:37:41 +0100 Subject: [PATCH] Fix configuration test --- tests/ImageSharp.Tests/ConfigurationTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageSharp.Tests/ConfigurationTests.cs b/tests/ImageSharp.Tests/ConfigurationTests.cs index c5d61726c8..790ca5d728 100644 --- a/tests/ImageSharp.Tests/ConfigurationTests.cs +++ b/tests/ImageSharp.Tests/ConfigurationTests.cs @@ -20,7 +20,7 @@ public class ConfigurationTests public Configuration DefaultConfiguration { get; } - private readonly int expectedDefaultConfigurationCount = 9; + private readonly int expectedDefaultConfigurationCount = 10; public ConfigurationTests() {