Skip to content

Commit 807308e

Browse files
chore: update wording of test
1 parent e636f29 commit 807308e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/translateTrackingEventDetails.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ it('returns undefined if details only contains value', () => {
88
expect(translateTrackingEventDetails({ value: 12345 })).toBeUndefined();
99
});
1010

11-
it('returns object without value attribute', () => {
11+
it('returns an object without the value attribute', () => {
1212
expect(translateTrackingEventDetails({
1313
value: 12345,
1414
key1: 'val1',

0 commit comments

Comments
 (0)