Skip to content

Commit

Permalink
unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Nov 9, 2023
1 parent 5c529f6 commit 3fb41ed
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions test/features/enums/enums_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,25 +161,8 @@ func TestEnums(t *testing.T) {
).OrderBy(
User.ID.Order(SortOrderAsc),
).Exec(ctx)
//if err != nil {
// t.Fatalf("fail %s", err)
//}

assert.Equal(t, builder.ErrDuplicateField, errors.Unwrap(err))
//massert.Equal(t, []UserModel{
// {
// InnerUser: InnerUser{
// ID: "123",
// Role: RoleAdmin,
// },
// },
// {
// InnerUser: InnerUser{
// ID: "789",
// Role: RoleUser,
// },
// },
//}, actual)
},
}, {
name: "in",
Expand Down

0 comments on commit 3fb41ed

Please sign in to comment.