Skip to content

Commit 3b0b0eb

Browse files
committed
chore: updated test content and removed comment
1 parent e7ad62e commit 3b0b0eb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ export const HTTP_FORBIDDEN = 403 as const;
230230
export const HTTP_NOT_FOUND = 404 as const;
231231
export const HTTP_SERVER_ERROR = 500 as const;
232232

233-
// Privacy dependency map for storage keys
234233
export type PrivacyControl = 'functional' | 'targeting';
235234

236235
export type StorageTypes = 'SDKState' | 'Products' | 'OfflineEvents' | 'IdentityCache' | 'TimeOnSite';

test/src/tests-batchUploader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,7 @@ describe('batch uploader', () => {
17701770
expect(!!window.sessionStorage.getItem(eventStorageKey)).to.equal(true);
17711771
});
17721772

1773-
it('should store batches in local storage when noFunctional is default (false)', async () => {
1773+
it('should store batches in local storage when noFunctional is default false by default', async () => {
17741774
window.mParticle.init(apiKey, window.mParticle.config);
17751775
await waitForCondition(hasIdentifyReturned);
17761776
const mpInstance = window.mParticle.getInstance();

0 commit comments

Comments
 (0)