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.