Commit 5c49c0e6 authored by Sebastian Stammler's avatar Sebastian Stammler

op-node: Remove obsolete comment in Frame test

parent 72f24f11
......@@ -126,7 +126,6 @@ func TestFrameUnmarshalTruncated(t *testing.T) {
var data bytes.Buffer
require.NoError(t, frame.MarshalBinary(&data))
// truncate last data byte & is_last
tdata := tr.truncate(data.Bytes())
frame0 := new(Frame)
......
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