Skip to content

Commit 11c5601

Browse files
committed
fix test
1 parent 7c15bfa commit 11c5601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/akamai/src/createPlatformInfo.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('Akamai Platform Info', () => {
77
const platformData = createPlatformInfo();
88

99
expect(platformData.platformData()).toEqual({
10-
name: 'Akamai Edge',
10+
name: 'Akamai Edge Worker',
1111
});
1212
});
1313

0 commit comments

Comments
 (0)