Skip to content

Commit

Permalink
Typo: saved -> fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Mar 9, 2018
1 parent 42acd0c commit c348a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/store/test/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2518,7 +2518,7 @@ describe( 'selectors', () => {
} );

describe( 'isFetchingReusableBlock', () => {
it( 'should return false when the block is not being saved', () => {
it( 'should return false when the block is not being fetched', () => {
const state = {
reusableBlocks: {
isFetching: {},
Expand All @@ -2529,7 +2529,7 @@ describe( 'selectors', () => {
expect( isFetching ).toBe( false );
} );

it( 'should return true when the block is being saved', () => {
it( 'should return true when the block is being fetched', () => {
const state = {
reusableBlocks: {
isFetching: {
Expand Down

0 comments on commit c348a43

Please sign in to comment.