test(indent): fix typos

This commit is contained in:
Munif Tanjim 2022-02-07 04:03:02 +06:00 committed by Stephan Seitz
parent 5fd68ba0c2
commit a98fa4839d
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ local run = Runner:new(it, "tests/indent/go", {
expandtab = false, expandtab = false,
}) })
describe("indent Python:", function() describe("indent Go:", function()
describe("whole file:", function() describe("whole file:", function()
run:whole_file(".", { run:whole_file(".", {
expected_failures = {}, expected_failures = {},

View file

@ -8,7 +8,7 @@ local run = Runner:new(it, "tests/indent/graphql", {
expandtab = true, expandtab = true,
}) })
describe("indent Lua:", function() describe("indent GraphQL:", function()
describe("whole file:", function() describe("whole file:", function()
run:whole_file(".", { run:whole_file(".", {
expected_failures = {}, expected_failures = {},