From 71b79ce09301a1345316c451996dde6d3ef228cf Mon Sep 17 00:00:00 2001 From: Marcel Meyer Date: Thu, 6 Jun 2024 10:46:10 +0200 Subject: [PATCH] Fix copied name of test --- annot_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annot_test.go b/annot_test.go index b66551d..30a00d3 100644 --- a/annot_test.go +++ b/annot_test.go @@ -186,7 +186,7 @@ func TestWrite(t *testing.T) { wantErr: false, }, { - name: "correct vertical and horizontal distance 2", + name: "correct horizontal distance", annots: []*Annot{ {Col: 0, Lines: []string{"line1", "line2"}}, {Col: 10, Lines: []string{"line1", "line2"}},