Skip to content

Commit 6cfff67

Browse files
committed
update
Signed-off-by: Osama Rabea <osrab3@gmail.com>
1 parent acaa0c2 commit 6cfff67

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed
Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-private-data-duplicate.yaml should create proper e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-private-data-duplicate.yaml.tmpdir/fablo-target/.config/configstore/update-notifier-yo.json from samples/fablo-config-hlf2-2orgs-2chaincodes-private-data-duplicate.yaml 1`] = `
4-
"{
5-
"optOut": false,
6-
"lastUpdateCheck": 1755290146858
7-
}"
8-
`;
9-
10-
exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-private-data-duplicate.yaml should create proper files from samples/fablo-config-hlf2-2orgs-2chaincodes-private-data-duplicate.yaml 1`] = `
11-
[
12-
"e2e/__tmp__/samples/fablo-config-hlf2-2orgs-2chaincodes-private-data-duplicate.yaml.tmpdir/fablo-target/.config/configstore/update-notifier-yo.json",
13-
]
14-
`;
3+
exports[`samples/fablo-config-hlf2-2orgs-2chaincodes-private-data-duplicate.yaml should create proper files from samples/fablo-config-hlf2-2orgs-2chaincodes-private-data-duplicate.yaml 1`] = `[]`;

e2e/__snapshots__/fabloCommands.test.ts.snap

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3136,7 +3136,9 @@ exports[`init should init simple fablo config with node chaincode and rest api 1
31363136
"prefix": "orderer"
31373137
}
31383138
],
3139-
"tools": {}
3139+
"tools": {
3140+
"fabloRest": true
3141+
}
31403142
},
31413143
{
31423144
"organization": {
@@ -3154,7 +3156,9 @@ exports[`init should init simple fablo config with node chaincode and rest api 1
31543156
"db": "LevelDb",
31553157
"prefix": "peer"
31563158
},
3157-
"tools": {}
3159+
"tools": {
3160+
"fabloRest": true
3161+
}
31583162
}
31593163
],
31603164
"channels": [
@@ -3171,7 +3175,16 @@ exports[`init should init simple fablo config with node chaincode and rest api 1
31713175
]
31723176
}
31733177
],
3174-
"chaincodes": [],
3178+
"chaincodes": [
3179+
{
3180+
"name": "chaincode1",
3181+
"version": "0.0.1",
3182+
"lang": "node",
3183+
"channel": "my-channel1",
3184+
"directory": "./chaincodes/chaincode-kv-node",
3185+
"privateData": []
3186+
}
3187+
],
31753188
"hooks": {}
31763189
}"
31773190
`;

0 commit comments

Comments
 (0)