1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-09 09:35:03 +09:00

Add slices

This commit is contained in:
mcrakhman 2023-12-04 10:45:19 +01:00
parent 87b63ed18b
commit 9652dc5291
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B

View file

@ -10,6 +10,7 @@ import (
"github.com/google/uuid"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"golang.org/x/exp/slices"
)
func TestDiff_fillRange(t *testing.T) {