Skip to content

Commit

Permalink
tests(manually_named_autosave): auto_create=false
Browse files Browse the repository at this point in the history
Turn off auto_create to make sure correct session name is checked when
deciding to allow session saving or not
  • Loading branch information
cameronr committed Oct 14, 2024
1 parent 59f3974 commit 77e0923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manually_named_autosave_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local TL = require "tests/test_lib"

describe("Manually named sessions", function()
require("auto-session").setup {}
require("auto-session").setup { auto_create = false }

it("can autosave", function()
TL.clearSessionFilesAndBuffers()
Expand Down

0 comments on commit 77e0923

Please sign in to comment.