summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2016-12-18 16:30:14 +0000
committerRichard Maw <richard.maw@gmail.com>2016-12-18 16:30:14 +0000
commit54da504203734e7ee4f1acb7d1da98a70fed8e86 (patch)
tree110e1cc16087efe04f5c90e8a015219769c9c092 /testing
parentc354461cd3b07da30b0edd0e0b56341b8e02345c (diff)
downloadgitano-54da504203734e7ee4f1acb7d1da98a70fed8e86.tar.gz
Fix accidental duplicate FINALLY
Diffstat (limited to 'testing')
-rw-r--r--testing/01-basics.yarn1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/01-basics.yarn b/testing/01-basics.yarn
index 581a1e3..36f0ce5 100644
--- a/testing/01-basics.yarn
+++ b/testing/01-basics.yarn
@@ -98,7 +98,6 @@ test that a new user who has a repository created for them can see it in ls.
AND testinstance adminkey runs create somerepo alice
AND alice main runs ls
THEN stdout contains RW \ somerepo
- FINALLY the instance is torn down
And just to check, if the `testinstance` user created a non-delegated repo then
the `alice` user cannot see it.