1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05: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")
}