From 03e401231972d7b4db0145a71ce74d5d18d1a901 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 26 Feb 2024 18:30:31 -0300 Subject: tests: reorganize and speed up unit tests --- spec/unit/fun_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/unit/fun_spec.lua') diff --git a/spec/unit/fun_spec.lua b/spec/unit/fun_spec.lua index 9844ec27..c2b3e864 100644 --- a/spec/unit/fun_spec.lua +++ b/spec/unit/fun_spec.lua @@ -1,7 +1,6 @@ local test_env = require("spec.util.test_env") local testing_paths = test_env.testing_paths -test_env.unload_luarocks() local fun = require("luarocks.fun") describe("luarocks.fun #unit", function() -- cgit v1.2.3-55-g6feb