fix(server): deletable motion assets (#4393)
This commit is contained in:
@@ -312,7 +312,7 @@ describe(MetadataService.name, () => {
|
||||
type: AssetType.VIDEO,
|
||||
originalFileName: assetStub.livePhotoStillAsset.originalFileName,
|
||||
isVisible: false,
|
||||
isReadOnly: true,
|
||||
isReadOnly: false,
|
||||
}),
|
||||
);
|
||||
expect(assetMock.save).toHaveBeenCalledWith({
|
||||
|
||||
Reference in New Issue
Block a user