Skip to content

Commit

Permalink
Removed test for absolute properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 12, 2023
1 parent 4dabd6d commit 895746d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public void ShouldRemoveAndDisposeTheImages()
collection.Dispose();

Assert.Empty(collection);
Assert.True(image.IsDisposed);
}

[Fact]
Expand Down
24 changes: 0 additions & 24 deletions tests/Magick.NET.Tests/MagickImageTests/TheFormatInfoProperty.cs

This file was deleted.

30 changes: 0 additions & 30 deletions tests/Magick.NET.Tests/MagickImageTests/TheIsDisposedProperty.cs

This file was deleted.

0 comments on commit 895746d

Please sign in to comment.