mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Wrote a todo for test
This commit is contained in:
parent
e8be1524fc
commit
7200f3a1d2
1 changed files with 1 additions and 0 deletions
|
|
@ -380,6 +380,7 @@ describe "API", ->
|
|||
(whatever, cb) ->
|
||||
Group.findById group._id, (err, g) ->
|
||||
group = g
|
||||
# @TODO Determine why members aren't being saved
|
||||
expect(g.members.length).to.be 4
|
||||
cb()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue