From 63bed0543d6f4aa949cb6ff4078019f26604d0a9 Mon Sep 17 00:00:00 2001 From: vgoodric Date: Tue, 15 Oct 2024 17:55:49 -0600 Subject: [PATCH] update reference for unit test --- test/features/personalization/entitlements.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/features/personalization/entitlements.test.js b/test/features/personalization/entitlements.test.js index 990a7f5fac..848752977b 100644 --- a/test/features/personalization/entitlements.test.js +++ b/test/features/personalization/entitlements.test.js @@ -1,6 +1,6 @@ import { expect } from '@esm-bundle/chai'; import { getConfig } from '../../../libs/utils/utils.js'; -import getEntitlements from '../../../libs/features/personalization/entitlements.js'; +import getEntitlements from '../../../libs/features/personalization/personalization.js'; describe('entitlements', () => { it('Should return any entitlements that match the id', async () => {