Skip to content

Commit ca70f58

Browse files
committed
test(storage): update instagram platform id to instagram_reels
1 parent 1022b37 commit ca70f58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/storage.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('Scoped Storage Architecture (Multi-Platform Isolation)', () => {
3737
});
3838

3939
const YT: PlatformId = 'youtube_shorts';
40-
const IG: PlatformId = 'instagram';
40+
const IG: PlatformId = 'instagram_reels';
4141

4242
describe('Data Isolation (Data Leak Prevention)', () => {
4343
it('should set and get limits completely independently per platform', async () => {

0 commit comments

Comments
 (0)