File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
test/core/markets/pieceio Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,8 @@ using fc::primitives::piece::UnpaddedPieceSize;
20
20
* go integration test
21
21
* @when make commitment from root payload cid
22
22
* @then commitment and padded size are equal to generated in go
23
- * TODO(artyom-yurin): [FIL-240]
24
- * @note Disabled because .car file contains old CIDs
25
23
*/
26
- TEST (PieceIO, DISABLED_generatePieceCommitment ) {
24
+ TEST (PieceIO, generatePieceCommitment ) {
27
25
PieceIOImpl piece_io{boost::filesystem::temp_directory_path ()};
28
26
EXPECT_OUTCOME_TRUE (
29
27
res,
@@ -37,7 +35,7 @@ TEST(PieceIO, DISABLED_generatePieceCommitment) {
37
35
38
36
// commitment cid from go-fil-markets integration test
39
37
std::string commitment_cid_expected{
40
- " bafk4chza4qfcf6rqteuaudxm3m2liuv2ajcixckjjfcb5vgdbay4pc5jluja " };
38
+ " baga6ea4seaqgycs5xk6sa4fh6ezioasumkatcdt4uae2swobyjkzmx3zloi3ogq " };
41
39
EXPECT_OUTCOME_TRUE (commitment_cid, res.first .toString ());
42
40
EXPECT_EQ (commitment_cid_expected, commitment_cid);
43
41
}
You can’t perform that action at this time.
0 commit comments