spelling: strings (#19542)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
@@ -448,7 +448,7 @@ func TestMergeWithSlices(t *testing.T) {
|
||||
assert.Equal(t, expected, merged)
|
||||
})
|
||||
|
||||
t.Run("patch overwites when patch is empty struct", func(t *testing.T) {
|
||||
t.Run("patch overwrites when patch is empty struct", func(t *testing.T) {
|
||||
m1 := []string{"this", "will", "be", "overwritten"}
|
||||
m2 := []string{}
|
||||
expected := []string{}
|
||||
|
||||
Ссылка в новой задаче
Block a user