mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
fix tests
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
fb63373a9b
commit
cfa7406d73
2 changed files with 14 additions and 14 deletions
|
|
@ -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())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue