From 660c840abd7ab4f61314b42285e28cb576d0bba8 Mon Sep 17 00:00:00 2001 From: yeungc Date: Sat, 21 Mar 2020 07:18:22 +0800 Subject: [PATCH] Rename handller_test.go to handler_test.go --- pkg/filesystem/driver/local/{handller_test.go => handler_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pkg/filesystem/driver/local/{handller_test.go => handler_test.go} (100%) diff --git a/pkg/filesystem/driver/local/handller_test.go b/pkg/filesystem/driver/local/handler_test.go similarity index 100% rename from pkg/filesystem/driver/local/handller_test.go rename to pkg/filesystem/driver/local/handler_test.go