Skip to content

Commit

Permalink
clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
wiber committed Mar 23, 2015
1 parent f691342 commit 93350a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testUpdateClient.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Meteor.startup ->
_id: user
unless !two.feed
# the feed function will add feed to the journey of the object
test.equal two.feed[9].journey[0].keys()[0], 'feed'
test.equal Object.keys(two.feed[9].journey[0])[0], 'feed'
#next()
#smite one, two, 'one two in testing',testing, rec.from, 'rec', err, eval s
###
Expand Down

0 comments on commit 93350a6

Please sign in to comment.