add library until better solution

This commit is contained in:
Mathieu HANOTAUX
2022-12-04 18:47:13 +01:00
parent f313b478e7
commit c867453ab4
45 changed files with 19449 additions and 0 deletions
+5
View File
@@ -4,7 +4,10 @@ package cache
import (
"errors"
"testing"
"github.com/stretchr/testify/assert"
)
func Test_getDecisionLocalCache(t *testing.T) {
@@ -36,6 +39,8 @@ 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)
})
}
}