File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/js/__tests__/components Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -95,16 +95,16 @@ describe('Test for Navigation', function () {
9595
9696 it ( 'Should test the refreshNotifications method' , function ( ) {
9797
98- spyOn ( Actions , 'getNotifications' ) ;
98+ spyOn ( Actions , 'getNotifications' ) ;
9999
100- AuthStore . authStatus = function ( ) {
101- return true ;
102- } ;
100+ AuthStore . authStatus = function ( ) {
101+ return true ;
102+ } ;
103103
104- var instance = TestUtils . renderIntoDocument ( < Navigation /> ) ;
105- instance . refreshNotifications ( ) ;
106- expect ( Actions . getNotifications ) . toHaveBeenCalled ( ) ;
104+ var instance = TestUtils . renderIntoDocument ( < Navigation /> ) ;
105+ instance . refreshNotifications ( ) ;
106+ expect ( Actions . getNotifications ) . toHaveBeenCalled ( ) ;
107107
108- } ) ;
108+ } ) ;
109109
110110} ) ;
You can’t perform that action at this time.
0 commit comments