Fnished user in solo group tests

Also minor code cleanup in random files.
This commit is contained in:
Jeremy Abbott
2015-10-27 16:19:20 -05:00
parent 421b402948
commit 19128cf8f2
3 changed files with 49 additions and 11 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ describe('POST /groups', () => {
code: 400,
text: t('messageGroupAlreadyInParty'),
});
})
});
xit('prevents creating a public party. TODO: it is possible to create a public party. Should we send back an error? Automatically switch the privacy to private?', () => {
return expect(api.post('/groups', {
@@ -1,7 +1,6 @@
import {
checkExistence,
createAndPopulateGroup,
generateGroup,
generateUser,
requester,
translate as t,