From 17efa7b3b9071979d0c0b3ea1e4541442b79bbfb Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Tue, 18 Feb 2020 18:08:24 -0600 Subject: [PATCH] Renamed test_format -> test_superblocks With the superblock expansion stuff, the test_format tests have grown to test more advanced superblock-related features. This is fine but deserves a rename so it's more clear. --- tests/{test_format.toml => test_superblocks.toml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{test_format.toml => test_superblocks.toml} (100%) diff --git a/tests/test_format.toml b/tests/test_superblocks.toml similarity index 100% rename from tests/test_format.toml rename to tests/test_superblocks.toml