Skip to content

Commit

Permalink
fix ci failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kaswen-Wilk committed Dec 30, 2024
1 parent f85dd19 commit 688992a
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 2 deletions.
25 changes: 25 additions & 0 deletions assert/assertion_format.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions assert/assertion_forward.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assert/assertions.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"github.com/davecgh/go-spew/spew"
"github.com/pmezard/go-difflib/difflib"

"github.com/stretchr/testify/assert/jsonmatch"
// Wrapper around gopkg.in/yaml.v3
"github.com/stretchr/testify/assert/internal/jsonmatch"
"github.com/stretchr/testify/assert/yaml"
)

Expand Down Expand Up @@ -1819,7 +1819,7 @@ type ValueMatchers = jsonmatch.Matchers
//
// Can use nil for matchers to test equality of pure json.
//
// Note: in cases where expected and actual are not equal, the value for the matcher will be displayed as unequal,
// Note: in cases where expected and actual are not equal, the value for the matcher will be displayed as unequal,
// regardless of the output of the matcher function. This should be fixed in a future release.
//
// assert.JSONMatchesBy(t, `{ "foo": "$NOT_EMPTY" }`, `{ "foo": "baz" }`, assert.ValueMatchers{
Expand Down
File renamed without changes.
55 changes: 55 additions & 0 deletions require/require.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions require/require_forward.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 688992a

Please sign in to comment.