From db8982fe04d133a09a5846123a6113377c4c5465 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Wed, 3 Jul 2024 22:33:12 +0200 Subject: [PATCH] fix: remove unused --- lua/neotest-golang/runspec_test.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/neotest-golang/runspec_test.lua b/lua/neotest-golang/runspec_test.lua index dcf7116d..11471ab6 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")