We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2989b0c commit 32d0b77Copy full SHA for 32d0b77
tests/test_sessions.lua
@@ -382,7 +382,7 @@ T['read()']['removes stale local session from detected'] = function()
382
eq(child.lua_get([[MiniSessions.detected['Session.vim'].path ]]), other_local_path)
383
end
384
385
-T['read()']['makes detected global sessions up to date'] = function()
+T['read()']['makes detected sessions up to date'] = function()
386
local new_session = 'tests/dir-sessions/global/new_session'
387
MiniTest.finally(function() vim.fn.delete(new_session) end)
388
0 commit comments