Skip to content

Commit

Permalink
Make unit tests more reliable (#2890)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Jun 4, 2024
1 parent 7c5b9ef commit c27367a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests/SkiaSharp/SKPictureTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void CanGetApproximateBytesUsed()
{
using var picture = CreateTestPicture();

Assert.Equal(648, picture.ApproximateBytesUsed);
Assert.True(picture.ApproximateBytesUsed > 0);
}
}
}

0 comments on commit c27367a

Please sign in to comment.