fix tests

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-07-17 16:08:36 +02:00
parent fb63373a9b
commit cfa7406d73
2 changed files with 14 additions and 14 deletions

View file

@ -15,7 +15,7 @@ type MobyExecSuite struct {
func (sut *MobyExecSuite) TestDelegateContextTypeToMoby() {
Expect(mustDelegateToMoby("moby")).To(BeTrue())
Expect(mustDelegateToMoby("aws")).To(BeTrue())
Expect(mustDelegateToMoby("aws")).To(BeFalse())
Expect(mustDelegateToMoby("aci")).To(BeFalse())
}