Fix typo
This commit is contained in:
parent
239274cb1d
commit
d540f7af72
@ -209,9 +209,9 @@ func TestGetCurrentDealInfo(t *testing.T) {
|
||||
Return: []byte("applesauce"),
|
||||
},
|
||||
},
|
||||
targetProposaßl: &proposal,
|
||||
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),
|
||||
targetProposal: &proposal,
|
||||
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),
|
||||
},
|
||||
}
|
||||
runTestCase := func(testCase string, data testCaseData) {
|
||||
|
Loading…
Reference in New Issue
Block a user