From 92cc9fbb1c9c00961a399ef14cd9609ec3af567c Mon Sep 17 00:00:00 2001 From: Ildar Khayrutdinov Date: Sat, 8 Jan 2022 15:19:18 +0300 Subject: [PATCH] fake changes --- .../ImageSharp.Tests/Metadata/Profiles/Exif/ExifProfileTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ImageSharp.Tests/Metadata/Profiles/Exif/ExifProfileTests.cs b/tests/ImageSharp.Tests/Metadata/Profiles/Exif/ExifProfileTests.cs index 0210086f57..7fc3ff6f19 100644 --- a/tests/ImageSharp.Tests/Metadata/Profiles/Exif/ExifProfileTests.cs +++ b/tests/ImageSharp.Tests/Metadata/Profiles/Exif/ExifProfileTests.cs @@ -94,6 +94,7 @@ namespace SixLabors.ImageSharp.Tests.Metadata.Profiles.Exif profile.SetValue(ExifTag.Copyright, "Copyright text"); byte[] bytes = profile.ToByteArray(); + Assert.NotNull(bytes); Assert.Empty(bytes); }