From 14c79dd2fe88d9a7ee12149b3b474f50efdfb59e Mon Sep 17 00:00:00 2001 From: micchy326 Date: Sat, 2 Jan 2021 17:42:09 +0900 Subject: [PATCH] fix test --- t/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/init.vim b/t/init.vim index 27e6644a..3cb890f1 100644 --- a/t/init.vim +++ b/t/init.vim @@ -30,7 +30,7 @@ describe 'init sections' end it 'section c should be file and coc_status' - Expect g:airline_section_c == '%<%f%m %#__accent_red#%{airline#util#wrap(airline#parts#readonly(),0)}%#__restore__#%#__accent_bold#%#__restore__#' + Expect g:airline_section_c == '%<%f%m %#__accent_red#%{airline#util#wrap(airline#parts#readonly(),0)}%#__restore__#%#__accent_bold#%#__restore__#%#__accent_bold#%#__restore__#' end it 'section x should be filetype'