mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
chore(libcontainer): small grammar fix in types_test
Someone probably got really used to typing er on the end of contain :) Docker-DCO-1.1-Signed-off-by: Brandon Philips <brandon.philips@coreos.com> (github: philips)
This commit is contained in:
@@ -30,6 +30,6 @@ func TestCapabilitiesContains(t *testing.T) {
|
||||
t.Fatal("capabilities should not contain SYS_ADMIN")
|
||||
}
|
||||
if !caps.Contains("MKNOD") {
|
||||
t.Fatal("capabilities should container MKNOD but does not")
|
||||
t.Fatal("capabilities should contain MKNOD but does not")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user