Verified Commit 12f8d12e authored by Coby Sher's avatar Coby Sher
Browse files

Issue #3280391: Reword a test for clarity

parent 11eae528
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -348,7 +348,7 @@ describe('drupalState', () => {
    expect(fetchMock).toBeCalledTimes(2);
  });

  test('Re-fetch object if it exists in local storage but refresh is set to true', async () => {
  test('Re-fetch collection object if it exists in local state but refresh is set to true', async () => {
    const store: DrupalState = new DrupalState({
      apiBase: 'https://dev-ds-demo.pantheonsite.io',
      apiPrefix: 'jsonapi',