Skip to content

Commit 0a9259e

Browse files
committed
test(jump2d): use shorter case names for shorter screenshot file names
Related to #1659
1 parent ed5f73b commit 0a9259e

7 files changed

+2
-2
lines changed

tests/test_jump2d.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ T['start()']['uses only visible lines'] = function()
314314
eq(get_cursor(), { 3, 3 })
315315
end
316316

317-
T['start()']['does not account for current cursor position during label computation'] = new_set({
317+
T['start()']['ignores cursor position during label computation'] = new_set({
318318
parametrize = { { 1, 1 }, { 2, 0 }, { 3, 0 }, { 3, 3 } },
319319
}, {
320320
test = function(line, col)
@@ -397,7 +397,7 @@ T['start()']['stops jumping if not label was typed'] = new_set({
397397
end,
398398
})
399399

400-
T['start()']['does not account for current window during label computation'] = new_set({
400+
T['start()']['ignores current window during label computation'] = new_set({
401401
parametrize = { { 'topright' }, { 'bottomleft' } },
402402
}, {
403403
test = function(window_name)

0 commit comments

Comments
 (0)