Commit de185b48 authored by Mark Tyneway's avatar Mark Tyneway

op-chain-ops: fix test

parent 7cee3bdb
......@@ -273,6 +273,6 @@ func TestGetPendingWithdrawals(t *testing.T) {
withdrawal := withdrawals[i]
require.Equal(t, msg.Target, *withdrawal.Target)
require.Equal(t, msg.Message, withdrawal.Data)
require.Equal(t, msg.Message, []byte(withdrawal.Data))
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment