From 21062b22a4acb7af8df496e542be58becf6fbd27 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Wed, 2 Aug 2023 15:35:34 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20test=5Fpascal=5Fvoc=20dat?= =?UTF-8?q?a=20format=20fix=20for=20pytest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- test/dataset/formats/test_pascal_voc.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/dataset/formats/test_pascal_voc.py b/test/dataset/formats/test_pascal_voc.py index 248f6b9c..5b072809 100644 --- a/test/dataset/formats/test_pascal_voc.py +++ b/test/dataset/formats/test_pascal_voc.py @@ -38,7 +38,7 @@ def are_xml_elements_equal(elem1, elem2): None, ET.fromstring( """test00 - 1010""" + 1010""" ), DoesNotRaise(), ), @@ -48,10 +48,10 @@ def are_xml_elements_equal(elem1, elem2): [[0, 0], [10, 0], [10, 10], [0, 10]], ET.fromstring( """test00 - 10100010 - 01010010 - """ + 1010 + 0010 + 01010010 + """ ), DoesNotRaise(), ),