From d4c25d74f53f13f080a633b0872c94b8fd118833 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 2 May 2020 13:27:15 +0200 Subject: [PATCH] Remove focus from test --- pkg/installer/installer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/installer/installer_test.go b/pkg/installer/installer_test.go index 7104d81a..4f72025b 100644 --- a/pkg/installer/installer_test.go +++ b/pkg/installer/installer_test.go @@ -385,7 +385,7 @@ urls: }) - FIt("Installs new packages from a syste with others installed", func() { + It("Installs new packages from a syste with others installed", func() { //repo:=NewLuetSystemRepository() tmpdir, err := ioutil.TempDir("", "tree")