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