Skip to content

Commit 310f181

Browse files
committed
changed a value
1 parent 1b97abe commit 310f181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/datafile-manager/__mocks__/@react-native-community/async-storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default class AsyncStorage {
2525
resolve(null)
2626
break;
2727
case 'keyWithInvalidJsonObject':
28-
resolve('asdfa }')
28+
resolve('bad json }')
2929
break;
3030
}
3131
})

0 commit comments

Comments
 (0)