Skip to content

Commit

Permalink
Added more checks for flaky Linux arm64 unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Mar 13, 2023
1 parent 3e45b9b commit 483c645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void ShouldUseTheFormatOfTheDefines()
var data = image.ToByteArray(defines);

Assert.NotNull(data);
Assert.Equal(853, data.Length);
Assert.InRange(data.Length, 853, 858);

image.Read(data);

Expand Down

0 comments on commit 483c645

Please sign in to comment.