Skip to content

Commit

Permalink
Merge pull request #72 from aykutyaman/master
Browse files Browse the repository at this point in the history
post composer subscription ready test changed
  • Loading branch information
arunoda committed Mar 23, 2016
2 parents d02455f + cafba8a commit 081e8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/modules/core/containers/tests/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('core.containers.post', () => {
describe('after subscription is ready', () => {
it('should call onData with data', done => {
const Meteor = {subscribe: stub()};
Meteor.subscribe.returns({ready: () => false});
Meteor.subscribe.returns({ready: () => true});
const post = {aa: 10};
const Collections = getCollections(post);

Expand Down

0 comments on commit 081e8fe

Please sign in to comment.