Skip to content

Commit

Permalink
Fixes typo during rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jordwest committed Aug 23, 2016
1 parent f81eb8c commit 72e10e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/state/sites/guided-transfer/test/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ describe( 'selectors', () => {
} } }
} );
expect( isGuidedTransferAvailableForAllSites( state, testSiteId ) ).to.be.true;
} );
} );

describe( '#isGuidedTransferSavingHostDetails()', () => {
it( 'should return false for default state {}', () => {
Expand Down

0 comments on commit 72e10e9

Please sign in to comment.