mirror of https://github.com/docker/docs.git
integration-cli: fix spelling error in test
Docker-DCO-1.1-Signed-off-by: Brandon Philips <brandon.philips@coreos.com> (github: philips)
This commit is contained in:
parent
5579bec47b
commit
61ac745d7a
|
@ -438,7 +438,7 @@ func TestCreateVolume(t *testing.T) {
|
||||||
|
|
||||||
deleteAllContainers()
|
deleteAllContainers()
|
||||||
|
|
||||||
logDone("run - create docker mangaed volume")
|
logDone("run - create docker managed volume")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Test that creating a volume with a symlink in its path works correctly. Test for #5152.
|
// Test that creating a volume with a symlink in its path works correctly. Test for #5152.
|
||||||
|
|
Loading…
Reference in New Issue