diff --git a/shortcuts/common/binder_test.go b/shortcuts/common/binder_test.go index 5dbbc166d..b9fa3e4a0 100644 --- a/shortcuts/common/binder_test.go +++ b/shortcuts/common/binder_test.go @@ -240,7 +240,7 @@ type vidGroup struct { Cover string `flag:"vid-cover"` } type contentBucket struct { - Text *string `flag:"ct"` + Text *string `flag:"ct"` Video *vidGroup }