From 7601b128006c35a763c12cfe0b5d70559e910eb2 Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Fri, 30 Jun 2023 16:21:55 +0200 Subject: [PATCH] merge... --- tests/test_invoice.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/test_invoice.py b/tests/test_invoice.py index 811b717..a30b98f 100644 --- a/tests/test_invoice.py +++ b/tests/test_invoice.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the cashbook-module from m-ds for Tryton. -# The COPYRIGHT file at the top level of this repository contains the -# full copyright notices and license terms. +# This file is part of the account-invoice-xrechnung-module +# from m-ds for Tryton. The COPYRIGHT file at the top level of +# this repository contains the full copyright notices and license terms. from trytond.tests.test_tryton import ModuleTestCase, with_transaction @@ -17,3 +17,6 @@ class InvoiceTestCase(ModuleTestCase): pass # end InvoiceTestCase + + +del ModuleTestCase