diff options
author | rhysd <lin90162@yahoo.co.jp> | 2017-10-03 01:11:54 +0900 |
---|---|---|
committer | rhysd <lin90162@yahoo.co.jp> | 2017-10-03 01:11:54 +0900 |
commit | 753592ca6605c8b8f45c5cd08604b514ec644cc3 (patch) | |
tree | b715680462f76b48802749511958f8c04443b993 /test/test_statusline.vader | |
parent | e0bd490ed9150c8a229f127dcacbcbf97c9f9861 (diff) | |
download | ale-753592ca6605c8b8f45c5cd08604b514ec644cc3.zip |
Fix typos
Diffstat (limited to 'test/test_statusline.vader')
-rw-r--r-- | test/test_statusline.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_statusline.vader b/test/test_statusline.vader index 7978a509..0ce1d36f 100644 --- a/test/test_statusline.vader +++ b/test/test_statusline.vader @@ -88,7 +88,7 @@ Execute (Count should be match the loclist): \ 'total': 15, \}, ale#statusline#Count(bufnr('')) -Execute (Output should be empty for non-existant buffer): +Execute (Output should be empty for non-existent buffer): AssertEqual Counts({}), ale#statusline#Count(9001) Execute (Status() should return just errors for the old format): |