зеркало из https://github.com/mono/SkiaSharp.git
Make unit tests more reliable (#2890)
This commit is contained in:
Родитель
7c5b9efe5f
Коммит
c27367ab18
|
@ -107,7 +107,7 @@ namespace SkiaSharp.Tests
|
|||
{
|
||||
using var picture = CreateTestPicture();
|
||||
|
||||
Assert.Equal(648, picture.ApproximateBytesUsed);
|
||||
Assert.True(picture.ApproximateBytesUsed > 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче