From 179bd1154f7a95b668987aac143232f04f4723eb Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Fri, 6 Jul 2012 17:03:17 +0200 Subject: [PATCH] Rename test_resources to test_instance Since that's what it's actually testing. Change-Id: I03556778587e4b1b3a38bf755137eef08455e8f3 Signed-off-by: Zane Bitter --- heat/tests/{test_resources.py => test_instance.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename heat/tests/{test_resources.py => test_instance.py} (100%) diff --git a/heat/tests/test_resources.py b/heat/tests/test_instance.py similarity index 100% rename from heat/tests/test_resources.py rename to heat/tests/test_instance.py -- 2.45.2