From c8058165c18512440e201138e7eae62ecbfb5567 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 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")