aboutsummaryrefslogtreecommitdiff
path: root/format/pktline/parse_length_header_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'format/pktline/parse_length_header_test.go')
-rw-r--r--format/pktline/parse_length_header_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/format/pktline/parse_length_header_test.go b/format/pktline/parse_length_header_test.go
index 469e4f7e..dac3fae9 100644
--- a/format/pktline/parse_length_header_test.go
+++ b/format/pktline/parse_length_header_test.go
@@ -3,6 +3,7 @@ package pktline_test
import (
"errors"
"testing"
+
"codeberg.org/lindenii/furgit/format/pktline"
)
@@ -23,4 +24,3 @@ func TestParseLengthHeader(t *testing.T) {
t.Fatalf("got err %v, want ErrInvalidLength", err)
}
}
-