Skip to content

Commit

Permalink
More debug (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed May 9, 2024
1 parent b974a78 commit f672180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/NetVips.Tests/IoFuncsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ void EvalCallback(Image image, VipsProgress progressStruct)

var buf = im.DzsaveBuffer("image-pyramid", suffix: ".png");
Assert.True(buf.Length > 0);
Assert.True(false);
}

[Fact]
Expand Down

0 comments on commit f672180

Please sign in to comment.