Skip to content

Commit

Permalink
Revert dofile to require in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
broma0 committed Dec 19, 2022
1 parent 7959397 commit fd13f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/utils-choose_spec.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local utils = dofile("lua/pl/utils.lua")
local utils = require("pl.utils")

describe("pl.utils", function()

Expand Down

0 comments on commit fd13f8e

Please sign in to comment.