Skip to content

Commit

Permalink
fix: test case name
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Dec 21, 2020
1 parent 6ec2631 commit b84c9e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/errors/file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestErrFileAlreadyExists(t *testing.T) {
}
tests := []test{
{
name: "returns error when compression path is 'metadata.json'",
name: "returns error when the file path is 'metadata.json'",
args: args{
path: "metadata.json",
},
Expand All @@ -82,7 +82,7 @@ func TestErrFileAlreadyExists(t *testing.T) {
},
},
{
name: "returns error when compression path is empty",
name: "returns error when the file path is empty",
args: args{
path: "",
},
Expand Down

0 comments on commit b84c9e1

Please sign in to comment.