You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
410 B
13 lines
410 B
package dao |
|
|
|
// func TestDaoMailCouponCodeCreate(t *testing.T) { |
|
// convey.Convey("TestDaoMailCouponCodeCreate", t, func(ctx convey.C) { |
|
// err := d.MailCouponCodeCreate(context.Background(), &model.ArgMailCouponCodeCreate{ |
|
// Mid: 1, |
|
// CouponID: "5fd64e3a08974791", |
|
// }) |
|
// ctx.Convey("MailCouponCodeCreate ", func(ctx convey.C) { |
|
// ctx.So(err, convey.ShouldBeNil) |
|
// }) |
|
// }) |
|
// }
|
|
|