Skip to content

Commit 0a751f8

Browse files
jwasingerfjl
authored andcommitted
accounts/abi/bind/v2: fix test that doesn't compile
1 parent 5ae1de4 commit 0a751f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts/abi/bind/v2/lib_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func TestDeploymentLibraries(t *testing.T) {
158158
Address: contractAddr,
159159
Backend: bindBackend,
160160
}
161-
internalCallCount, err := Call[big.Int](ctrctInstance, callOpts, doInput, ctrct.UnpackDo)
161+
internalCallCount, err := Call[*big.Int](ctrctInstance, callOpts, doInput, ctrct.UnpackDo)
162162
if err != nil {
163163
t.Fatalf("err unpacking result: %v", err)
164164
}

0 commit comments

Comments
 (0)