diff --git a/test.bats b/test.bats index 5e8d6b8..7aec757 100644 --- a/test.bats +++ b/test.bats @@ -12,5 +12,7 @@ ./abra server add swarm.test.com docker context ls | grep swarm.test.com ./abra server rm swarm.test.com - ./abra server add swarm.test.come foobar 12345 + + ./abra server add swarm.test.com foobar 12345 + ./abra server rm swarm.test.com }