diff options
author | Julien Dessaux | 2021-03-18 21:47:29 +0100 |
---|---|---|
committer | Julien Dessaux | 2021-03-18 21:47:29 +0100 |
commit | 72f0f9814ede6bb4637b56aa361ca6122eeb12e9 (patch) | |
tree | 97558d65da5cf88c7180682ac297ed7e7698a95c /config/config_test.go | |
parent | Upgraded modules dependencies (diff) | |
download | shell-game-launcher-72f0f9814ede6bb4637b56aa361ca6122eeb12e9.tar.gz shell-game-launcher-72f0f9814ede6bb4637b56aa361ca6122eeb12e9.tar.bz2 shell-game-launcher-72f0f9814ede6bb4637b56aa361ca6122eeb12e9.zip |
Removed unused statement in tests
Diffstat (limited to 'config/config_test.go')
-rw-r--r-- | config/config_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
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/", |