From 74b06c33ba41a24f4832439828b4e90c6a753f10 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Tue, 27 Jun 2023 10:50:56 -0400 Subject: Fixed testing library paths. --- t/run.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/run.lua b/t/run.lua index 17b5d0a..165a976 100644 --- a/t/run.lua +++ b/t/run.lua @@ -1,4 +1,4 @@ -local json = require "plugins.json" +local json = require "libraries.json" local lpm local function assert_exists(path) if not io.open(path, "rb") then error("assertion failed: file " .. path .. " does not exist", 2) end end local function assert_not_exists(path) if io.open(path, "rb") then error("assertion failed: file " .. path .. " exists", 2) end end -- cgit v1.2.3