Fix typo
This commit is contained in:
parent
239274cb1d
commit
d540f7af72
@ -209,9 +209,9 @@ func TestGetCurrentDealInfo(t *testing.T) {
|
|||||||
Return: []byte("applesauce"),
|
Return: []byte("applesauce"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
targetProposaßl: &proposal,
|
targetProposal: &proposal,
|
||||||
expectedDealID: zeroDealID,
|
expectedDealID: zeroDealID,
|
||||||
expectedError: xerrors.Errorf("looking for publish deal message %s: decoding message return: failed to unmarshal PublishStorageDealsReturn: cbor input should be of type array", dummyCid),
|
expectedError: xerrors.Errorf("looking for publish deal message %s: decoding message return: failed to unmarshal PublishStorageDealsReturn: cbor input should be of type array", dummyCid),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
runTestCase := func(testCase string, data testCaseData) {
|
runTestCase := func(testCase string, data testCaseData) {
|
||||||
|
Loading…
Reference in New Issue
Block a user