File: tests.patch

package info (click to toggle)
golang-github-renekroon-ttlcache 2.11.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/cache_test.go
+++ b/cache_test.go
@@ -12,7 +12,7 @@
 	"fmt"
 	"sync"
 
-	. "github.com/jellydator/ttlcache/v2"
+	. "github.com/ReneKroon/ttlcache"
 	"github.com/stretchr/testify/assert"
 )