For example ``` assert.InDeltaSlice(t, []float64{1, 2}, []float64{1}, 0.001) ``` passes because all elements of `actual` have a successful match in `expected`, but the opposite is not tested. Is this intentional? Related: #1059.
For example
passes because all elements of
actualhave a successful match inexpected, but the opposite is not tested. Is this intentional?Related: #1059.