Revert "add library until better solution"

This reverts commit c867453ab4.
This commit is contained in:
Max Lerebourg
2022-12-04 19:09:21 +01:00
parent c867453ab4
commit aa1f00b055
45 changed files with 0 additions and 19449 deletions
-5
View File
@@ -4,10 +4,7 @@ package cache
import (
"errors"
"testing"
"github.com/stretchr/testify/assert"
)
func Test_getDecisionLocalCache(t *testing.T) {
@@ -39,8 +36,6 @@ func Test_getDecisionLocalCache(t *testing.T) {
if got != tt.want {
t.Errorf("getDecisionLocalCache() = %v, want %v", got, tt.want)
}
// before removing find alternative
assert.Equal(t, err, tt.valueErr)
})
}
}