From c348a43763761abf545b63d80664f248f93b435b Mon Sep 17 00:00:00 2001 From: Robert Anderson Date: Fri, 9 Mar 2018 10:31:07 -0800 Subject: [PATCH] Typo: saved -> fetched --- editor/store/test/selectors.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/store/test/selectors.js b/editor/store/test/selectors.js index 499fcc69fe3119..b0948eecfd65f5 100644 --- a/editor/store/test/selectors.js +++ b/editor/store/test/selectors.js @@ -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: {}, @@ -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: {