testify icon indicating copy to clipboard operation
testify copied to clipboard

Add map support doc comments to Subset and NotSubset

Open jedevc opened this issue 3 years ago • 0 comments

Summary

Updates the doc comments in Subset and NotSubset functions to include information about the map support added in https://github.com/stretchr/testify/pull/1178.

Changes

Simple doc-comment changes only.

Motivation

At the moment, it's not clear that the Subset family of functions supports maps as parameters, while the Contains family of functions above do and document it - this behavior makes it seem like Subset doesn't support maps.

Related issues

  • https://github.com/stretchr/testify/issues/1173
  • https://github.com/stretchr/testify/pull/1178

jedevc avatar Nov 24 '22 11:11 jedevc