Browse Source

Update external, change expectedDefaultConfigurationCount to be 6 instead of 5

pull/1552/head
Brian Popow 6 years ago
parent
commit
0c2e5df78a
  1. 2
      tests/ImageSharp.Tests/ConfigurationTests.cs
  2. 2
      tests/Images/External

2
tests/ImageSharp.Tests/ConfigurationTests.cs

@ -21,7 +21,7 @@ namespace SixLabors.ImageSharp.Tests
public Configuration DefaultConfiguration { get; }
private readonly int expectedDefaultConfigurationCount = 5;
private readonly int expectedDefaultConfigurationCount = 6;
public ConfigurationTests()
{

2
tests/Images/External

@ -1 +1 @@
Subproject commit 99a2bc523cd4eb00e37af20d1b2088fa11564c57
Subproject commit 1fea1ceab89e87cc5f11376fa46164d3d27566c0
Loading…
Cancel
Save