fix: Update member objects with guild info in test helper

This commit is contained in:
Blade Barringer
2016-01-14 12:22:56 -06:00
parent 42530b9a5f
commit 0f5cf318d9
2 changed files with 5 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ describe('PUT /group', () => {
groupDetails: {
name: groupName,
type: groupType,
privacy: 'public',
},
members: 1,
});