1
0
mirror of https://github.com/moby/moby.git synced 2025-07-29 07:21:35 +03:00

Fix typo in testcase

Signed-off-by: Hu Keping <hukeping@huawei.com>
This commit is contained in:
Hu Keping
2015-04-13 23:09:07 +08:00
parent a54fd325e6
commit 1567cf2cdf

View File

@ -593,5 +593,5 @@ func TestContainerApiPause(t *testing.T) {
t.Fatalf("There should be no paused container.")
}
logDone("container REST API - check POST containers/pause nad unpause")
logDone("container REST API - check POST containers/pause and unpause")
}