Skip to content

fix: object formatting in Len message#1405

Closed
rprtr258 wants to merge 1 commit intostretchr:masterfrom
rprtr258:master
Closed

fix: object formatting in Len message#1405
rprtr258 wants to merge 1 commit intostretchr:masterfrom
rprtr258:master

Conversation

@rprtr258
Copy link

@rprtr258 rprtr258 commented Jun 22, 2023

Summary

Changes

Change formatting in Len method from %s to spew.Dump

Motivation

Old code prints:

Error: "map[@errors:[def] @message:abc field1:%!s(int=1) field2:2 field3:%!s(float64=3.3)]" should have 6 item(s), but has 5

which contains invalid formatting %!s(int=1)

Related issues

@dolmen dolmen added the pkg-assert Change related to package testify/assert label Jul 6, 2023
@rprtr258 rprtr258 requested a review from alexandear July 11, 2023 11:53
@rprtr258 rprtr258 changed the title master: fix object formatting in Len message fix: object formatting in Len message Jul 21, 2023
Copy link
Contributor

@alexandear alexandear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we need to extend tests for the fixes?

@rprtr258 rprtr258 closed this by deleting the head repository Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement pkg-assert Change related to package testify/assert

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants