Skip to content
Snippets Groups Projects
Verified Commit 12f8d12e authored by Coby Sher's avatar Coby Sher
Browse files

Issue #3280391: Reword a test for clarity

parent 11eae528
Branches
Tags
3 merge requests!50Issue #3280391: Add anon support to getObjectByPath,!49Add Production Docs Config,!47Issue #3280391: Allow anonymous requests when valid credentials are supplied
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment