Browse Source

test fix

pull/1923/head
Ildar Khayrutdinov 4 years ago
parent
commit
4491343ee8
  1. 2
      tests/ImageSharp.Tests/Metadata/Profiles/Exif/ExifProfileTests.cs

2
tests/ImageSharp.Tests/Metadata/Profiles/Exif/ExifProfileTests.cs

@ -420,7 +420,7 @@ namespace SixLabors.ImageSharp.Tests.Metadata.Profiles.Exif
Assert.Equal(2, profile.Values.Count(v => (ExifTagValue)(ushort)v.Tag == ExifTagValue.DateTime));
byte[] bytes = profile.ToByteArray();
Assert.Equal(525, bytes.Length);
Assert.Equal(527, bytes.Length);
var profile2 = new ExifProfile(bytes);
Assert.Equal(25, profile2.Values.Count);

Loading…
Cancel
Save