commit | 3d966168b94eef2931a8a7198e21c8467a1f6852 | [log] [tgz] |
---|---|---|
author | jrperritt <jrperritt@gmail.com> | Mon Jun 06 14:08:54 2016 -0500 |
committer | jrperritt <jrperritt@gmail.com> | Mon Jun 06 14:08:54 2016 -0500 |
tree | dd2db0c93fe35391840a4a206e4d5f748b5d5342 | |
parent | 9cc33592a49ecba441b7ecd78c7ec4f7e70205a5 [diff] [blame] |
move unit tests into 'testing' directories
diff --git a/openstack/orchestration/v1/stacks/environment_test.go b/openstack/orchestration/v1/stacks/environment_test.go index 5f8a430..a7e3aae 100644 --- a/openstack/orchestration/v1/stacks/environment_test.go +++ b/openstack/orchestration/v1/stacks/environment_test.go
@@ -11,6 +11,7 @@ ) func TestEnvironmentValidation(t *testing.T) { + environmentJSON := new(Environment) environmentJSON.Bin = []byte(ValidJSONEnvironment) err := environmentJSON.Validate()