From 7ed4ea0a2b0807f6183c8795d4931e7c1b310008 Mon Sep 17 00:00:00 2001 From: Mike Welsh Date: Sun, 6 Oct 2019 23:58:52 -0700 Subject: [PATCH] tests: Rename integration_tests -> regression_tests --- core/tests/{integration_tests.rs => regression_tests.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename core/tests/{integration_tests.rs => regression_tests.rs} (100%) diff --git a/core/tests/integration_tests.rs b/core/tests/regression_tests.rs similarity index 100% rename from core/tests/integration_tests.rs rename to core/tests/regression_tests.rs