Browse Source

Fixing configuration tests

Changing formats from 8 to 9
qoi
LuisAlfredo92 3 years ago
parent
commit
8729fedbec
No known key found for this signature in database GPG Key ID: 13A8436905993B8F
  1. 2
      tests/ImageSharp.Tests/ConfigurationTests.cs

2
tests/ImageSharp.Tests/ConfigurationTests.cs

@ -20,7 +20,7 @@ public class ConfigurationTests
public Configuration DefaultConfiguration { get; } public Configuration DefaultConfiguration { get; }
private readonly int expectedDefaultConfigurationCount = 8; private readonly int expectedDefaultConfigurationCount = 9;
public ConfigurationTests() public ConfigurationTests()
{ {

Loading…
Cancel
Save