Skip to content

Commit 5706e8e

Browse files
committed
Fixed tests
1 parent ffd32f0 commit 5706e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_utils.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,8 @@ def g:Test_SurroundSmart_multi_line()
602602
actual_value = getline(18, 19)
603603
assert_equal(expected_value, actual_value)
604604

605-
# :%bw!
606-
# Cleanup_testfile(src_name_2)
605+
:%bw!
606+
Cleanup_testfile(src_name_2)
607607
enddef
608608

609609
def g:Test_RemoveSurrounding_multi_line()

0 commit comments

Comments
 (0)