Skip to content

Commit

Permalink
Fix copied name of test
Browse files Browse the repository at this point in the history
  • Loading branch information
meyermarcel committed Jun 6, 2024
1 parent 042b314 commit 71b79ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}},
Expand Down

0 comments on commit 71b79ce

Please sign in to comment.