From 60d7b3447143885310ec8b6fdf1722d1df6fdcee Mon Sep 17 00:00:00 2001 From: Rob Mulholand Date: Tue, 5 Mar 2019 10:46:33 -0600 Subject: [PATCH] address PR comments --- .../{omni_full_transformer.go => omni_full_transformer_test.go} | 0 ...omni_light_transformer.go => omni_light_transformer_test.go} | 0 libraries/shared/README.md | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename integration_test/{omni_full_transformer.go => omni_full_transformer_test.go} (100%) rename integration_test/{omni_light_transformer.go => omni_light_transformer_test.go} (100%) diff --git a/integration_test/omni_full_transformer.go b/integration_test/omni_full_transformer_test.go similarity index 100% rename from integration_test/omni_full_transformer.go rename to integration_test/omni_full_transformer_test.go diff --git a/integration_test/omni_light_transformer.go b/integration_test/omni_light_transformer_test.go similarity index 100% rename from integration_test/omni_light_transformer.go rename to integration_test/omni_light_transformer_test.go diff --git a/libraries/shared/README.md b/libraries/shared/README.md index be4f8ac2..8a97476d 100644 --- a/libraries/shared/README.md +++ b/libraries/shared/README.md @@ -1,7 +1,7 @@ # Shared Tools ## Description -Code that is useful for or used by plugins writeen on top of VulcanizeDB. +Code that is useful for or used by plugins written on top of VulcanizeDB. ## Note Much code in this directory may not be used outside of the tests, but don't delete it - it could be used by a plugin.