fix: all
This commit is contained in:
@@ -58,11 +58,11 @@ func (s *PostsTestSuite) Test_BatchInsert() {
|
||||
Tags: fields.ToJson([]string{"tag1", "tag2", "tag3"}),
|
||||
Assets: fields.ToJson([]fields.MediaAsset{
|
||||
{
|
||||
Type: fields.MediaAssetTypeAudio,
|
||||
Type: "video/mp4",
|
||||
Media: rand.Int63n(10000),
|
||||
},
|
||||
{
|
||||
Type: fields.MediaAssetTypeVideo,
|
||||
Type: "video/mp4",
|
||||
Media: rand.Int63n(10000),
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user