From d540f7af7293b3faec430a09714370c0acc70621 Mon Sep 17 00:00:00 2001 From: zenground0 Date: Tue, 12 Apr 2022 15:41:56 -0400 Subject: [PATCH] Fix typo --- extern/storage-sealing/currentdealinfo_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {