Skip to content

Commit

Permalink
add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja committed Sep 27, 2024
1 parent ac530a9 commit f55a582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/errors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func TestPropertyValueString(t *testing.T) {
{mockEmptyStringer{}, "mock"},
{mockStringerWithTags{}, ""},
{mockStringerWithTags{Mock: "mock"}, `{"mock":"mock"}`},
{ptr(mockEmptyStringer{}), "mock"},
}
for _, tc := range tests {
got := PropertyValueString(tc.in)
Expand Down

0 comments on commit f55a582

Please sign in to comment.