Skip to content

Commit 3e3c9d6

Browse files
committed
Fix comment
1 parent 259f0a3 commit 3e3c9d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/test/SmartStoreTest/src/com/salesforce/androidsdk/smartstore/store/KeyValueEncryptedFileStoreTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public void testSaveStreamGetValue() {
276276
@Test
277277
public void testSaveLargeStreamGetLargeStream() throws IOException {
278278
final String key = "largeStreamKey";
279-
final int dataSize = 5 * 1024 * 1024; // 16MB
279+
final int dataSize = 5 * 1024 * 1024; // 5MB
280280

281281
// Generate and save large stream
282282
try (InputStream largeStream = getLargeStringStream(dataSize)) {

0 commit comments

Comments
 (0)