Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 0edf408

Browse files
okinawaachanhyukpark-29cmraon0211
authored
fix(storage): modify key value in test code in test code about clear method (#208)
* fix(react): remove useless fragment tag * feat(@toss/emotion-utils): write test code for coerceCssPixelValue * fix(@toss/storage) modify test key of clear method --------- Co-authored-by: chanhyukpark-29cm <chanhyuk-tech@29cm.co.kr> Co-authored-by: Sojin Park <raon0211@toss.im>
1 parent f01569c commit 0edf408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/common/storage/src/typed/storages/TypedStorage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('TypedStorage', () => {
2020

2121
describe('using clear() method', () => {
2222
it('should clear value of given key', () => {
23-
const key = 'set-test-key';
23+
const key = 'clear-test-key';
2424
const typed = new TypedStorage(key, { initialValue: 'some-value' });
2525
typed.clear();
2626
expect(typed.get()).toBeNull();

0 commit comments

Comments
 (0)