Skip to content

Commit

Permalink
Update internal/errors/file_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
  • Loading branch information
hlts2 and vankichi committed Dec 23, 2020
1 parent b84c9e1 commit 52d3e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/errors/file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func TestErrPathNotSpecified(t *testing.T) {
}
tests := []test{
{
name: "returns error",
name: "returns ErrPathNotSpecified error",
want: want{
want: New("the path is not specified"),
},
Expand Down

0 comments on commit 52d3e43

Please sign in to comment.