From 9b7dffd4a8cb3801395338f666e83ade45dc81bd Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Fri, 28 Oct 2022 11:44:59 +0530 Subject: [PATCH] examples/efuse: Rename the example test name to avoid multiple python files with same name --- .../efuse/{pytest_efuse.py => pytest_system_efuse_example.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/system/efuse/{pytest_efuse.py => pytest_system_efuse_example.py} (100%) diff --git a/examples/system/efuse/pytest_efuse.py b/examples/system/efuse/pytest_system_efuse_example.py similarity index 100% rename from examples/system/efuse/pytest_efuse.py rename to examples/system/efuse/pytest_system_efuse_example.py