Browse Source

fix broken tests

pull/275/head
Scott Williams 9 years ago
parent
commit
41cadf98ac
  1. 2
      tests/ImageSharp.Tests/FakeImageOperationsProvider.cs

2
tests/ImageSharp.Tests/FakeImageOperationsProvider.cs

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

Loading…
Cancel
Save