This commit is contained in:
zenground0 2022-04-12 15:41:56 -04:00
parent 239274cb1d
commit d540f7af72

View File

@ -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) {