We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de49d9d commit 305c7b3Copy full SHA for 305c7b3
syncmap/map_test.go
@@ -105,7 +105,7 @@ func TestMapMatchesRWMutex(t *testing.T) {
105
}
106
107
func TestMapMatchesDeepCopy(t *testing.T) {
108
- if err := quick.CheckEqual(applyMap, applyRWMutexMap, nil); err != nil {
+ if err := quick.CheckEqual(applyMap, applyDeepCopyMap, nil); err != nil {
109
t.Error(err)
110
111
0 commit comments