chore: rename tests

main
olimorris 2022-06-25 14:45:13 +01:00
parent 3a5f182086
commit 2bbbc3b16d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ require("persisted").setup({
})
describe("As part of the setup", function()
it("a session is created to autoload from", function()
it("creates a session to autoload from", function()
vim.cmd(":e tests/stubs/test_autoload.txt")
vim.cmd(":w")