1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
Signed-off-by: Veres Lajos <vlajos@gmail.com>
This commit is contained in:
Veres Lajos 2015-08-07 23:24:18 +01:00
parent 1e2765dabb
commit 5146232723
39 changed files with 45 additions and 45 deletions

View file

@ -243,7 +243,7 @@ func TestAddSelfAsChild(t *testing.T) {
}
}
func TestAddChildToNonExistantRoot(t *testing.T) {
func TestAddChildToNonExistentRoot(t *testing.T) {
db, dbpath := newTestDb(t)
defer destroyTestDb(dbpath)