Skip to content

Commit 9e3dfb6

Browse files
tweak test assertions
1 parent 1048d10 commit 9e3dfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fvm/fvm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4352,7 +4352,7 @@ func TestTransactionIndexCall(t *testing.T) {
43524352
require.NoError(t, err)
43534353
require.NoError(t, output.Err)
43544354

4355-
require.Equal(t, uint32(0), uint32(output.Value.(cadence.UInt32)))
4355+
require.Equal(t, cadence.UInt32(0), output.Value)
43564356
},
43574357
),
43584358
)

0 commit comments

Comments
 (0)