Skip to content

Commit

Permalink
test: verifreg: remove cbor diag comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed May 24, 2024
1 parent e390554 commit 178af46
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions actors/verifreg/tests/verifreg_actor_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1581,24 +1581,10 @@ mod serialization {
fn claim_allocations_params() {
let test_cases = vec![
(
/*
82 # array(2)
80 # array(0)
f4 # false
*/
ClaimAllocationsParams { sectors: vec![], all_or_nothing: false },
"8280f4",
),
(
/*
82 # array(2)
81 # array(1)
83 # array(3)
18 65 # uint(101)
18 ca # uint(202)
80 # array(0)
f5 # true
*/
ClaimAllocationsParams {
sectors: vec![SectorAllocationClaims {
sector: 101,
Expand All @@ -1610,33 +1596,6 @@ mod serialization {
"828183186518ca80f5",
),
(
/*
82 # array(2)
82 # array(2)
83 # array(3)
18 65 # uint(101)
18 ca # uint(202)
82 # array(2)
84 # array(4)
19 012f # uint(303)
19 0194 # uint(404)
d8 2a # tag(42)
49 # bytes(9)
000181e20392200100 # "\x00\x01\x81â\x03\x92 \x01\x00"
19 01f9 # uint(505)
84 # array(4)
19 025e # uint(606)
19 02c3 # uint(707)
d8 2a # tag(42)
49 # bytes(9)
000181e20392200101 # "\x00\x01\x81â\x03\x92 \x01\x01"
19 0328 # uint(808)
83 # array(3)
19 012f # uint(303)
19 0194 # uint(404)
80 # array(0)
f5 # true
*/
ClaimAllocationsParams {
sectors: vec![
SectorAllocationClaims {
Expand Down

0 comments on commit 178af46

Please sign in to comment.