From 74d2767c575779cfd4c6bb9685d7adde953c9a5a Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 2 Oct 2019 14:16:04 +0300 Subject: [PATCH] Remove duplicate line --- Tests/test_file_libtiff.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/test_file_libtiff.py b/Tests/test_file_libtiff.py index 881d9096c..f92fc3b9b 100644 --- a/Tests/test_file_libtiff.py +++ b/Tests/test_file_libtiff.py @@ -260,7 +260,6 @@ class TestFileLibTiff(LibTiffTestCase): tc(4.25, TiffTags.FLOAT, True), tc(4.25, TiffTags.DOUBLE, True), tc("custom tag value", TiffTags.ASCII, True), - tc("custom tag value", TiffTags.ASCII, True), tc(b"custom tag value", TiffTags.BYTE, True), tc((4, 5, 6), TiffTags.SHORT, True), tc((123456789, 9, 34, 234, 219387, 92432323), TiffTags.LONG, True),