Skip to content

Commit 2b1c7f1

Browse files
committed
Nit
1 parent e55dc6b commit 2b1c7f1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/authorize_and_store_papi.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ async function main() {
5252
'❌ dataToStore does not match downloadedContent!'
5353
);
5454
console.log(`✅ Verified content!`);
55+
5556
console.log(`\n\n\n✅✅✅ Test passed! ✅✅✅`);
5657
resultCode = 0;
5758
} catch (error) {

examples/authorize_and_store_papi_smoldot.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ async function main() {
9595
'❌ dataToStore does not match downloadedContent!'
9696
);
9797
console.log(`✅ Verified content!`);
98+
9899
console.log(`\n\n\n✅✅✅ Test passed! ✅✅✅`);
99100
resultCode = 0;
100101
} catch (error) {

examples/store_chunked_data.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ async function main() {
333333
console.log('📄 Decoded DAG node:', dagNode);
334334

335335
console.log(`\n\n\n✅✅✅ Test passed! ✅✅✅`);
336+
resultCode = 0;
336337
} catch (error) {
337338
console.error("❌ Error:", error);
338339
resultCode = 1;

0 commit comments

Comments
 (0)