Skip to content

Commit d09c491

Browse files
committed
update snapshot
Signed-off-by: Osama Rabea <[email protected]> update snapshot Signed-off-by: Osama Rabea <[email protected]>
1 parent ed911f0 commit d09c491

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

e2e/__snapshots__/fabloCommands.test.ts.snap

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ exports[`extend config should extend custom config 1`] = `
44
"Validation errors count: 0
55
Validation 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
24732472
Validation 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
`;

0 commit comments

Comments
 (0)