Skip to content

Commit

Permalink
Random test that was commented out..
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed Aug 8, 2016
1 parent f94f699 commit 3932624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/subscription-registrySpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe( 'subscription-registry manages subscriptions', function(){
expect( newSocketWrapper.socket.lastSendMessage ).toBe( _msg( 'E|E|NOT_SUBSCRIBED|someName+' ) );
});

xit( 'routes the events', function(){
it( 'routes the events', function(){
subscriptionRegistry.subscribe( 'someOtherName', socketWrapperA );
subscriptionRegistry.sendToSubscribers( 'someOtherName', _msg( 'msg6+' ) );
expect( socketWrapperA.socket.lastSendMessage ).toBe( _msg( 'msg6+' ) );
Expand Down

0 comments on commit 3932624

Please sign in to comment.