From 41192a2a65d719bed82ab394938a54654d14640a Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Sun, 22 Sep 2013 15:13:59 -0400 Subject: [PATCH] fix broken test. --- t/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/init.vim b/t/init.vim index b9f8fb6f..ce99cf3e 100644 --- a/t/init.vim +++ b/t/init.vim @@ -28,7 +28,7 @@ describe 'init' end it 'section c should be file' - Expect g:airline_section_c == '%<%f%m %#airline_accent_red#%{airline#util#wrap(airline#parts#readonly(),0)}%#__restore__#' + Expect g:airline_section_c == '%<%f%m %#airline_accent_red#%{airline#util#wrap(airline#parts#readonly(),0)}%#__restore__#' end it 'section x should be filetype'