Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Sep 6, 2024
1 parent 68b4b45 commit 0538659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/details/asserts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ local colors = require("ansicolors")
local luassert = require("luassert.assert")


local conf = require("spec.details.conf")
local misc = require("spec.details.misc")


local conf = require("spec.details.shell").conf
local strip = require("kong.tools.string").strip
local splitlines = require("pl.stringx").splitlines

Expand Down Expand Up @@ -818,4 +818,5 @@ luassert:register("assertion", "partial_match", partial_match,
"assertion.partial_match.negative")


-- the same behivor with other modules
return true

0 comments on commit 0538659

Please sign in to comment.