Skip to content

Commit 5cd13a5

Browse files
committed
test: test session_exist_for_cwd when there's no session
1 parent 320bd89 commit 5cd13a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cmds_spec.lua

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ describe("The default config", function()
1717
end)
1818

1919
it("can save a session for the cwd", function()
20+
assert.False(as.session_exists_for_cwd())
2021
vim.cmd("e " .. TL.test_file)
2122

2223
vim.cmd "SessionSave"

0 commit comments

Comments
 (0)