🍱 delete mhx brain failure

This commit is contained in:
Max Lerebourg
2022-12-04 17:04:58 +01:00
parent 2543127abb
commit f313b478e7
45 changed files with 0 additions and 19447 deletions
-3
View File
@@ -5,8 +5,6 @@ package cache
import (
"errors"
"testing"
"github.com/stretchr/testify/assert"
)
func Test_getDecisionLocalCache(t *testing.T) {
@@ -38,7 +36,6 @@ func Test_getDecisionLocalCache(t *testing.T) {
if got != tt.want {
t.Errorf("getDecisionLocalCache() = %v, want %v", got, tt.want)
}
assert.Equal(t, err, tt.valueErr)
})
}
}