Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit b6049a8

Browse files
chore(uuidtypes): removes dead code.
1 parent 90a5de1 commit b6049a8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

uuidtypes/uuid_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,6 @@ func TestUUID_Type(t *testing.T) {
435435
}
436436

437437
func TestUUIDFromGoogleUUID(t *testing.T) {
438-
type args struct {
439-
value string
440-
}
441438
tests := []struct {
442439
name string
443440
value uuid.UUID

uuidtypes/uuid_type_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ func TestType_String(t *testing.T) {
154154

155155
tests := []struct {
156156
name string
157-
typ uuidtypes.UUIDType
158157
expected string
159158
}{
160159
{

0 commit comments

Comments
 (0)