improve code

This commit is contained in:
Cubicroot 2021-06-20 17:48:04 +02:00
parent 72671f33d3
commit 4c84589172
2 changed files with 3 additions and 6 deletions

View file

@ -20,6 +20,7 @@ type Pair struct {
func TestMain(m *testing.M) {
m.Run()
cleanUp()
os.Exit(0)
}
func TestConfiguration_GetMinimal(t *testing.T) {