Skip to content

Commit

Permalink
Update resolver test for getWebContainers().
Browse files Browse the repository at this point in the history
  • Loading branch information
techanvil committed Jan 6, 2025
1 parent 367c00c commit 62fe359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/modules/tagmanager/datastore/containers.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ describe( 'modules/tagmanager containers', () => {
} );

describe( 'getWebContainers', () => {
it( 'uses the getContainers resolver to make a network request', async () => {
it( 'should use a resolver to make a network request', async () => {
const account = factories.accountBuilder();
const containers = factories.buildContainers( 3, {
// eslint-disable-next-line sitekit/acronym-case
Expand All @@ -490,7 +490,7 @@ describe( 'modules/tagmanager containers', () => {
await untilResolved(
registry,
MODULES_TAGMANAGER
).getContainers( accountID );
).getWebContainers( accountID );

// Ensure the proper parameters were sent.
expect( fetchMock ).toHaveFetched(
Expand Down

0 comments on commit 62fe359

Please sign in to comment.