1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 01:50:05 +08:00

test(logger): fix logger test

This commit is contained in:
Shidong Wang 2021-11-05 19:02:34 +08:00
parent 3523dd1037
commit 35bb6cb72d
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -17,6 +17,6 @@ Execute ( SpaceVim api: logger ):
call log.error('info test')
AssertEqual len(log.temp), 6
AssertEqual len(split(log.view(1), "\n")), 7
AssertEqual len(split(log.view(2), "\n")), 6
AssertEqual len(split(log.view(3), "\n")), 4
AssertEqual len(split(log.view(2), "\n")), 3
AssertEqual len(split(log.view(3), "\n")), 1
unlet log