Skip to content

Commit

Permalink
fix: apply feedback
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 authored and actions-user committed Sep 14, 2020
1 parent 51d7945 commit f7bc2e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions internal/db/storage/blob/s3/writer/writer_test.go
Expand Up @@ -263,6 +263,16 @@ func Test_writer_Close(t *testing.T) {
err: errors.New("err"),
},
},

{
name: "returns nil when no error occurs and writer dose not exist",
fields: fields{
wg: new(sync.WaitGroup),
},
want: want{
err: nil,
},
},
}

for _, test := range tests {
Expand Down

0 comments on commit f7bc2e3

Please sign in to comment.