aboutsummaryrefslogtreecommitdiff
path: root/format/pktline/decoder_rejects_over_maximum_length_test.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-06 16:47:04 +0800
committerGravatar Runxi Yu2026-03-06 16:47:04 +0800
commite69174c0f4b8771509a8ac8f55d0cfebe81300c1 (patch)
tree114d0b83ac074d38ad64c7d9a1e7f0da75e18b32 /format/pktline/decoder_rejects_over_maximum_length_test.go
parentformat/sideband64k: Lint (diff)
signatureNo signature
format/pktline: Format
Diffstat (limited to 'format/pktline/decoder_rejects_over_maximum_length_test.go')
-rw-r--r--format/pktline/decoder_rejects_over_maximum_length_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/format/pktline/decoder_rejects_over_maximum_length_test.go b/format/pktline/decoder_rejects_over_maximum_length_test.go
index bd7eed66..b6059446 100644
--- a/format/pktline/decoder_rejects_over_maximum_length_test.go
+++ b/format/pktline/decoder_rejects_over_maximum_length_test.go
@@ -4,6 +4,7 @@ import (
"errors"
"strings"
"testing"
+
"codeberg.org/lindenii/furgit/format/pktline"
)
@@ -20,4 +21,3 @@ func TestDecoderRejectsOverMaximumLength(t *testing.T) {
t.Fatalf("got err %v, want ProtocolError", err)
}
}
-