Test fix
This commit is contained in:
parent
03a484e9df
commit
a64aec0173
|
@ -75,13 +75,11 @@ const rowGenerators: [
|
|||
"signature",
|
||||
function rowWithSignature(): Row {
|
||||
return {
|
||||
signature: [
|
||||
{
|
||||
signature: {
|
||||
size: 1,
|
||||
extension: "png",
|
||||
key: `${uuid.v4()}.png`,
|
||||
},
|
||||
],
|
||||
}
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue