+ cd /testbed
+ git config --global --add safe.directory /testbed
+ cd /testbed
+ git checkout 9e445e13dd96de61e7b7c5c98ad98e12268a4d12 client/blocks/plan-storage/test/plan-storage.jsx
Updated 0 paths from 1767739a34
+ git apply --verbose --reject -
<stdin>:17: trailing whitespace.
	
Checking patch client/blocks/plan-storage/test/plan-storage.jsx...
Applied patch client/blocks/plan-storage/test/plan-storage.jsx cleanly.
warning: 1 line adds whitespace errors.
+ : '>>>>> Start Test Output'
+ ./node_modules/.bin/jest --verbose -c=test/client/jest.config.js client/blocks/plan-storage/test/plan-storage.jsx
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
FAIL client/blocks/plan-storage/test/plan-storage.jsx (7.392s)
  PlanStorage basic tests
    ✓ should not blow up and have class .plan-storage  (13ms)
    ✓ should render a PlanStorageBar (3ms)
    ✓ should render when storage is limited (6ms)
    ✓ should not render when storage is unlimited (5ms)
    ✓ should not render for jetpack sites (1ms)
    ✕ should not render for contributors (6ms)
    ✓ should not render when site plan slug is empty (1ms)

  ● PlanStorage basic tests › should not render for contributors

    Expected value   0
    Received:
      1

    Message:
      expected {} to have a length of 0 but got 1

       95 | 	test( 'should not render for contributors', () => {
       96 | 		const storage = shallow( <PlanStorage { ...props } canViewBar={ false } /> );
    >  97 | 		assert.lengthOf( storage.find( '.plan-storage' ), 0 );
          | 		       ^
       98 | 	} );
       99 | 
      100 | 	test( 'should not render when site plan slug is empty', () => {

      at Object.lengthOf (client/blocks/plan-storage/test/plan-storage.jsx:97:10)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 6 passed, 7 total
Snapshots:   0 total
Time:        7.487s
Ran all test suites matching /client\/blocks\/plan-storage\/test\/plan-storage.jsx/i.
+ : '>>>>> End Test Output'
+ git checkout 9e445e13dd96de61e7b7c5c98ad98e12268a4d12 client/blocks/plan-storage/test/plan-storage.jsx
Updated 1 path from 1767739a34
