Browse Source

fix broken tests

af/merge-core
Scott Williams 9 years ago
parent
commit
bdc6fee0e7
  1. 2
      tests/ImageSharp.Tests/FakeImageOperationsProvider.cs

2
tests/ImageSharp.Tests/FakeImageOperationsProvider.cs

@ -54,7 +54,7 @@
} }
else else
{ {
this.source = source.Clone(); this.source = source?.Clone();
} }
} }

Loading…
Cancel
Save