Skip to content

Commit 55314a8

Browse files
committed
Fix naming of placeholders test
1 parent b3e7fae commit 55314a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/parrot/placeholder_spec.lua renamed to tests/parrot/placeholders_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local Placeholders = require("parrot.Placeholders")
1+
local Placeholders = require("parrot.placeholders")
22

33
describe("Placeholders", function()
44
local placeholders

0 commit comments

Comments
 (0)