diff options
| author | Boogie Bugarschi <bbugarschi@workotter.com> | 2026-03-12 23:37:42 +0200 |
|---|---|---|
| committer | Boogie Bugarschi <bbugarschi@workotter.com> | 2026-03-12 23:37:42 +0200 |
| commit | 211e10503dcecb0d9cba416ad1f579e0affe0a30 (patch) | |
| tree | c2dd70501ca28cc1f8f19a0b0b16fff7f0ada84b /lua | |
| parent | ec9872f7df7f4eb8b319719c1c253eb3ea8877ed (diff) | |
| download | a4-211e10503dcecb0d9cba416ad1f579e0affe0a30.tar.xz a4-211e10503dcecb0d9cba416ad1f579e0affe0a30.zip | |
Fixed tests
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/99/test/window_spec.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/99/test/window_spec.lua b/lua/99/test/window_spec.lua index 3f5c3c8..f7b1376 100644 --- a/lua/99/test/window_spec.lua +++ b/lua/99/test/window_spec.lua @@ -27,9 +27,8 @@ describe("Window", function() ["<CR>"] = "submit", }, }) - eq(2, #Window.active_windows) - eq(1, vim.wo[win.win_id].scrolloff) + eq(3, vim.wo[win.win_id].scrolloff) local legend = Window.active_windows[2] local lines = vim.api.nvim_buf_get_lines(legend.buf_id, 0, -1, false) |
