From 1fa4c1fa23352028490dccc3a1f4843542e8978a Mon Sep 17 00:00:00 2001 From: angel Date: Tue, 15 Mar 2022 13:22:29 +0100 Subject: [PATCH] [IMP] document_page_tag: black, isort, prettier --- document_page_tag/tests/test_document_page_tag.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/document_page_tag/tests/test_document_page_tag.py b/document_page_tag/tests/test_document_page_tag.py index 6c95ecff..66a83bfd 100644 --- a/document_page_tag/tests/test_document_page_tag.py +++ b/document_page_tag/tests/test_document_page_tag.py @@ -11,7 +11,8 @@ class TestDocumentPageTag(TransactionCase): testtag = self.env["document.page.tag"].name_create("test") # check we're charitable on duplicates self.assertEqual( - testtag, self.env["document.page.tag"].name_create("Test"), + testtag, + self.env["document.page.tag"].name_create("Test"), ) # check we can't create nonunique tags with self.assertRaises(IntegrityError):