From 79777399672304423c2f44c2bb606d514eee041c Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Wed, 2 Nov 2022 16:02:37 +0100 Subject: [PATCH] [MOV]Rename XML Test --- Makefile | 2 +- hy_odoo/tests/{test_xml_base.hy => test_xml.hy} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hy_odoo/tests/{test_xml_base.hy => test_xml.hy} (100%) diff --git a/Makefile b/Makefile index 6bd84b8..372e272 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,4 @@ clean: .PHONY: test test: - hy hy_odoo/tests/test_xml_base.hy + hy hy_odoo/tests/test_xml.hy diff --git a/hy_odoo/tests/test_xml_base.hy b/hy_odoo/tests/test_xml.hy similarity index 100% rename from hy_odoo/tests/test_xml_base.hy rename to hy_odoo/tests/test_xml.hy