Skip to content

Commit c381848

Browse files
committed
test: review and fix test accuracy
1 parent 3738794 commit c381848

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

test/bullets_spec.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ describe("Bullets.vim", function()
44
describe("inserting new bullets", function()
55
before_each(function()
66
helpers.reset_config()
7+
vim.o.ignorecase = false
78
end)
89

910
describe("on return key when cursor is not at EOL", function()

test/checkboxes_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe("checkboxes", function()
9595
" - [ ] second bullet",
9696
" - [ ] third bullet",
9797
})
98-
helpers.feedkeys("j")
98+
helpers.feedkeys("ggj")
9999
vim.cmd("ToggleCheckbox")
100100
assert.are.same({
101101
"# Hello there",

0 commit comments

Comments
 (0)