Skip to content

Commit

Permalink
additional name test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwormhole committed Sep 18, 2023
1 parent 2bac0d9 commit f1f7cdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmp/internal/value/name_test.go
Expand Up @@ -112,6 +112,9 @@ func TestTypeString(t *testing.T) {
}, {
in: (*any)(nil),
want: "*any",
}, {
in: (*interface{})(nil),
want: "*any",
}, {
in: (*interface{ Read([]byte) (int, error) })(nil),
want: "*interface{ Read([]uint8) (int, error) }",
Expand Down

0 comments on commit f1f7cdb

Please sign in to comment.