Skip to content

Commit 5a9325c

Browse files
Update persistTime_test.js
1 parent 17ed051 commit 5a9325c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/GoogleAnalyticsEventProcessor/persistTime_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ describe('The `persistTime` method ' +
2121
return expect(eventProcessor.persistTime(key, ''));
2222
}
2323

24-
it('returns default when key is not clientId', () => {
24+
it('returns default when key is not client_id', () => {
2525
expectPersistTime('test').toBe(-1);
2626
});
2727

28-
describe('When key is clientId', () => {
28+
describe('When key is client_id', () => {
2929
it('returns two years when client_id_expires is not set', () => {
3030
expectPersistTime('client_id').toBe(2 * 365 * 24 * 60 * 60);
3131
});

0 commit comments

Comments
 (0)