diff --git a/lua/neotest-golang/runspec_test.lua b/lua/neotest-golang/runspec_test.lua index 0ba29167..76288225 100644 --- a/lua/neotest-golang/runspec_test.lua +++ b/lua/neotest-golang/runspec_test.lua @@ -1,7 +1,5 @@ --- Helpers to build the command and context around running a single test. -local async = require("neotest.async") - local convert = require("neotest-golang.convert") local options = require("neotest-golang.options") local json = require("neotest-golang.json")