X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/6ec15224f3482ea18d339df7e2acc160d799be43..f5c1682d0da0aee458474ef5a9000dd3d62171f4:/tests/test_dcparser.py diff --git a/tests/test_dcparser.py b/tests/test_dcparser.py index 81a4451..1e15a28 100644 --- a/tests/test_dcparser.py +++ b/tests/test_dcparser.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Librarian, licensed under GNU Affero GPLv3 or later. -# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. # from librarian import dcparser from lxml import etree @@ -45,4 +45,3 @@ def check_serialize(xml_file): def test_serialize(): for fixture in get_all_fixtures('dcparser', '*.xml'): yield check_serialize, fixture -