Skip to content

Commit

Permalink
pkg/storage/stores/shipper/uploads: fix test error (#2620)
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Lehtonen <lars.lehtonen@gmail.com>
  • Loading branch information
alrs authored Sep 14, 2020
1 parent edb5fc5 commit 334cc1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/stores/shipper/uploads/table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ func TestTable_ImmutableUploads(t *testing.T) {

// delete everything uploaded
dir, err := ioutil.ReadDir(filepath.Join(objectStorageDir, table.name))
require.NoError(t, err)
for _, d := range dir {
os.RemoveAll(filepath.Join(objectStorageDir, table.name, d.Name()))
}
Expand Down

0 comments on commit 334cc1e

Please sign in to comment.