diff --git a/extern/storage-sealing/currentdealinfo_test.go b/extern/storage-sealing/currentdealinfo_test.go index 7cbb1550d..4d8022adb 100644 --- a/extern/storage-sealing/currentdealinfo_test.go +++ b/extern/storage-sealing/currentdealinfo_test.go @@ -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) {