From 5dcbcfd619c0bd662188e095c1d8b819b8c7edef Mon Sep 17 00:00:00 2001 From: Ildar Khayrutdinov Date: Sun, 30 Jan 2022 16:35:45 +0300 Subject: [PATCH] add test tag --- .../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 de071a6507..a859852279 100644 --- a/tests/ImageSharp.Tests/Metadata/Profiles/Exif/ExifProfileTests.cs +++ b/tests/ImageSharp.Tests/Metadata/Profiles/Exif/ExifProfileTests.cs @@ -53,6 +53,7 @@ namespace SixLabors.ImageSharp.Tests.Metadata.Profiles.Exif { ExifTag.Model, "Model" }, { ExifTag.XPAuthor, "The XPAuthor text" }, { ExifTag.UserComment, new EncodedString(EncodedString.CharacterCode.Unicode, "The Unicode text") }, + { ExifTag.GPSAreaInformation, new EncodedString("Default constructor text (GPSAreaInformation)") }, }; [Theory]