Skip to content

Commit 3e83937

Browse files
committed
rename file
1 parent 9e44e3e commit 3e83937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kadai2/tanaka0325/imgconv/imgconv_test.go renamed to kadai2/tanaka0325/imgconv/options_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func TestOption_validate(t *testing.T) {
1717
isErr bool
1818
}{
1919
{
20-
name: "err: Options.From is not allowed",
20+
name: "err:Options.From is not allowed",
2121
options: Options{
2222
From: &notAllowdExt,
2323
To: &png,
@@ -26,7 +26,7 @@ func TestOption_validate(t *testing.T) {
2626
isErr: true,
2727
},
2828
{
29-
name: "err: Options.To is not allowed",
29+
name: "err:Options.To is not allowed",
3030
options: Options{
3131
From: &jpg,
3232
To: &notAllowdExt,

0 commit comments

Comments
 (0)