From bf37ad9dafe5af6c08f66b29331bd92f1a812673 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Thu, 5 Aug 2021 15:59:09 -0500 Subject: --amend --- cmd/sub/build.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/sub/build.go') diff --git a/cmd/sub/build.go b/cmd/sub/build.go index e2796ee..b86bd98 100644 --- a/cmd/sub/build.go +++ b/cmd/sub/build.go @@ -2,11 +2,11 @@ package sub import ( "golang.furkistan.com/planr" - "golang.furkistan.com/planr/adapters" + "golang.furkistan.com/planr/adapters/gtest" ) func Build(params []string) { - gtestAdapter := adapters.GtestAdapter {} + gtestAdapter := gtest.GtestAdapter {} r := planr.Runner{} r.RegisterAdapter(>estAdapter) -- cgit v1.2.3