From 104ecb658919afb506c58092d2dadfeb503e2286 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Thu, 19 Jun 2014 23:25:50 +0200 Subject: [PATCH] FIX broken test --- lib/go/test/tests/struct_args_rets_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/go/test/tests/struct_args_rets_test.go b/lib/go/test/tests/struct_args_rets_test.go index 5b471b75..363423d2 100644 --- a/lib/go/test/tests/struct_args_rets_test.go +++ b/lib/go/test/tests/struct_args_rets_test.go @@ -20,7 +20,7 @@ package tests import ( - st "ServicesTest" + st "servicestest" ) //this function is never called, it will fail to compile if check is failed -- 2.17.1