File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ exports[`extend config should extend custom config 1`] = `
44"Validation errors count: 0
55Validation warnings count: 0
66===========================================================
7- Could not check for updates. Url: 'https://api.github.com/repos/hyperledger-labs/fablo/releases' not available
87{
98 " global" : {
109 " fabricVersion" : " 2.4.3" ,
@@ -2472,7 +2471,6 @@ exports[`extend config should extend default config 1`] = `
24722471"Validation errors count: 0
24732472Validation warnings count: 0
24742473===========================================================
2475- Could not check for updates. Url: 'https://api.github.com/repos/hyperledger-labs/fablo/releases' not available
24762474{
24772475 " global" : {
24782476 " fabricVersion" : " 2.5.12" ,
@@ -3096,7 +3094,16 @@ exports[`init should init simple fablo config with node chaincode 1`] = `
30963094 ]
30973095 }
30983096 ],
3099- " chaincodes" : [],
3097+ " chaincodes" : [
3098+ {
3099+ " name" : " chaincode1" ,
3100+ " version" : " 0.0.1" ,
3101+ " lang" : " node" ,
3102+ " channel" : " my-channel1" ,
3103+ " directory" : " ./chaincodes/chaincode-kv-node" ,
3104+ " privateData" : []
3105+ }
3106+ ],
31003107 " hooks" : {}
31013108} "
31023109` ;
You can’t perform that action at this time.
0 commit comments