Skip to content

Commit

Permalink
#461: make a note of another thing we need to check in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte committed Jul 12, 2018
1 parent f6c2540 commit 8ab9c50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/s3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,10 @@ func TestS3Remote(t *testing.T) {
t.Error("Did not clone newfile.txt")
}
})

t.Run("CloneNoLocalName", func(t *testing.T) {
// todo
// clone a bucket without specifying a local name
// check that the volume locally doesn't end up being some weird dotmesh subdot config/ dots are removed from the local name
})
}

0 comments on commit 8ab9c50

Please sign in to comment.