Explorar o código

test/workflow.vader: minor Assert improvement (#563)

Daniel Hahler %!s(int64=9) %!d(string=hai) anos
pai
achega
b9022d9046
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      test/workflow.vader

+ 2 - 2
test/workflow.vader

@@ -270,8 +270,8 @@ Execute (PlugClean! to remove vim-emoji):
   PlugClean!
   AssertExpect '^\~ ', 1
   AssertEqual 'Removed 1 directories.', getline(4)
-  Assert empty(globpath(&rtp, 'colors/seoul256.vim'))
-  Assert empty(globpath(&rtp, 'autoload/emoji.vim'))
+  Assert empty(globpath(&rtp, 'colors/seoul256.vim')), 'seoul256.vim was removed'
+  Assert empty(globpath(&rtp, 'autoload/emoji.vim')), 'emoji was removed'
   q
 
 Execute (PlugUpdate to install both again):