Skip to content

Commit 49ca8c3

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

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

e2e/__snapshots__/fabloCommands.test.ts.snap

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3096,7 +3096,16 @@ exports[`init should init simple fablo config with node chaincode 1`] = `
30963096
]
30973097
}
30983098
],
3099-
"chaincodes": [],
3099+
"chaincodes": [
3100+
{
3101+
"name": "chaincode1",
3102+
"version": "0.0.1",
3103+
"lang": "node",
3104+
"channel": "my-channel1",
3105+
"directory": "./chaincodes/chaincode-kv-node",
3106+
"privateData": []
3107+
}
3108+
],
31003109
"hooks": {}
31013110
}"
31023111
`;

0 commit comments

Comments
 (0)