added happy path testing, reformatted changeset

Signed-off-by: Jonah Grimes <jonah.grimes@gmail.com>
This commit is contained in:
Jonah Grimes
2021-03-29 12:56:07 -04:00
parent 35cee069a9
commit e1e0809162
2 changed files with 4 additions and 1 deletions
@@ -39,6 +39,7 @@ describe('GroupV1alpha1Validator', () => {
},
parent: 'group-a',
children: ['child-a', 'child-b'],
members: ['jdoe'],
},
};
});