From 72f0f9814ede6bb4637b56aa361ca6122eeb12e9 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 18 Mar 2021 21:47:29 +0100 Subject: Removed unused statement in tests --- config/config_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config_test.go b/config/config_test.go index 98dad66..5a1dd38 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -20,7 +20,6 @@ func TestLoadFile(t *testing.T) { } // Minimal yaml file - _, err = LoadFile("test_data/minimal.yaml") want := Config{ App: App{ WorkingDirectory: "var/", -- cgit v1.2.3