Skip to content

Commit

Permalink
spelling: added
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jun 17, 2020
1 parent 446648c commit 88e3f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,6 @@ func TestGetOldPosition_added(t *testing.T) {
fdiff := findFileDiff(filediffs, path, strip)
gotPath, _ := getOldPosition(fdiff, strip, path, 1)
if gotPath != "" {
t.Errorf("got %q as old path for addedd diff file, want empty", gotPath)
t.Errorf("got %q as old path for added diff file, want empty", gotPath)
}
}

0 comments on commit 88e3f1c

Please sign in to comment.