From b4ff0a11f659406d4eb172f71417bfe9804a8f7e Mon Sep 17 00:00:00 2001 From: colin axner Date: Thu, 25 Jul 2019 14:32:37 -0700 Subject: [PATCH] Merge PR #4786: rename test_common to common_test --- x/distribution/types/{test_common.go => common_test.go} | 0 x/mint/internal/keeper/{test_common.go => common_test.go} | 0 x/params/{test_common.go => commmon_test.go} | 0 x/supply/internal/keeper/{test_common.go => common_test.go} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename x/distribution/types/{test_common.go => common_test.go} (100%) rename x/mint/internal/keeper/{test_common.go => common_test.go} (100%) rename x/params/{test_common.go => commmon_test.go} (100%) rename x/supply/internal/keeper/{test_common.go => common_test.go} (100%) diff --git a/x/distribution/types/test_common.go b/x/distribution/types/common_test.go similarity index 100% rename from x/distribution/types/test_common.go rename to x/distribution/types/common_test.go diff --git a/x/mint/internal/keeper/test_common.go b/x/mint/internal/keeper/common_test.go similarity index 100% rename from x/mint/internal/keeper/test_common.go rename to x/mint/internal/keeper/common_test.go diff --git a/x/params/test_common.go b/x/params/commmon_test.go similarity index 100% rename from x/params/test_common.go rename to x/params/commmon_test.go diff --git a/x/supply/internal/keeper/test_common.go b/x/supply/internal/keeper/common_test.go similarity index 100% rename from x/supply/internal/keeper/test_common.go rename to x/supply/internal/keeper/common_test.go