From 87a54594f65c8d53b6d5dfe61980c49516280562 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 26 Oct 2020 18:25:40 +0100 Subject: [PATCH] Fix typo, clean up after --- test.bats | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }