Skip to content

Commit f030a55

Browse files
committed
update description test array
1 parent bde0907 commit f030a55

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

test/000_fullchain.test.ts

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ import {
1616
} from '../utils/poco-tools';
1717
import { IexecWrapper } from './utils/IexecWrapper';
1818

19-
// +---------+-------------+-------------+-------------+----------+-----+---------------------------------+
20-
// | | Sponsorship | Replication | Beneficiary | Callback | BoT | Type |
21-
// +---------+-------------+-------------+-------------+----------+-----+---------------------------------+
22-
// | [1] | ✔ | ✔ | ✔ | ✔ | ✔ | Standard |
23-
// | [2] | x | ✔ | ✔ | ✔ | ✔ | Standard |
24-
// | [3] | ✔ | x | ✔ | ✔ | ✔ | Standard,TEE |
25-
// | [4] | x | x | ✔ | ✔ | ✔ | Standard,TEE |
26-
// | [5] | x | x | x | x | x | Standard,TEE |
27-
// | [6.x] | x | ✔ | x | x | x | Standard,TEE, X good workers |
28-
// +---------+-------------+-------------+-------------+----------+-----+---------------------------------+
19+
// +---------+-------------+-------------+-------------+----------+-----+---------------------------------------------+
20+
// | | Sponsorship | Replication | Beneficiary | Callback | BoT | Type |
21+
// +---------+-------------+-------------+-------------+----------+-----+---------------------------------------------+
22+
// | [1] | ✔ | ✔ | ✔ | ✔ | ✔ | Standard |
23+
// | [2] | x | ✔ | ✔ | ✔ | ✔ | Standard |
24+
// | [3] | ✔ | x | ✔ | ✔ | ✔ | Standard,TEE |
25+
// | [4] | x | x | ✔ | ✔ | ✔ | Standard,TEE |
26+
// | [5] | x | x | x | x | x | Standard,TEE |
27+
// | [6.x] | x | ✔ | x | x | x | Standard,TEE, X good workers |
28+
// | [7.x] | x | ✔ | x | x | x | Standard,TEE, X good workers 1 bad worker |
29+
// +---------+-------------+-------------+-------------+----------+-----+---------------------------------------------+
2930

3031
const standardDealTag = '0x0000000000000000000000000000000000000000000000000000000000000000';
3132
const teeDealTag = '0x0000000000000000000000000000000000000000000000000000000000000001';

0 commit comments

Comments
 (0)