From e50fe119c035cb028405b06b9763532887edf84e Mon Sep 17 00:00:00 2001 From: Andy Arthur Date: Wed, 12 Aug 2020 16:41:51 -0700 Subject: [PATCH] renamed table import bats files for clarity --- bats/{create-tables.bats => import-create-tables.bats} | 0 bats/{replace-tables.bats => import-replace-tables.bats} | 0 bats/{update-tables.bats => import-update-tables.bats} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename bats/{create-tables.bats => import-create-tables.bats} (100%) rename bats/{replace-tables.bats => import-replace-tables.bats} (100%) rename bats/{update-tables.bats => import-update-tables.bats} (100%) diff --git a/bats/create-tables.bats b/bats/import-create-tables.bats similarity index 100% rename from bats/create-tables.bats rename to bats/import-create-tables.bats diff --git a/bats/replace-tables.bats b/bats/import-replace-tables.bats similarity index 100% rename from bats/replace-tables.bats rename to bats/import-replace-tables.bats diff --git a/bats/update-tables.bats b/bats/import-update-tables.bats similarity index 100% rename from bats/update-tables.bats rename to bats/import-update-tables.bats