summaryrefslogtreecommitdiff
path: root/spec/frontend/releases/util_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/releases/util_spec.js')
-rw-r--r--spec/frontend/releases/util_spec.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/frontend/releases/util_spec.js b/spec/frontend/releases/util_spec.js
index 055c8e8b39f..14cce8320e9 100644
--- a/spec/frontend/releases/util_spec.js
+++ b/spec/frontend/releases/util_spec.js
@@ -115,8 +115,18 @@ describe('releases/util.js', () => {
author: {
id: expect.any(String),
},
+ evidences: [
+ {
+ id: expect.any(String),
+ filepath: expect.any(String),
+ },
+ ],
},
],
+ paginationInfo: {
+ startCursor: expect.any(String),
+ endCursor: expect.any(String),
+ },
});
});
});
@@ -128,6 +138,12 @@ describe('releases/util.js', () => {
author: {
id: expect.any(String),
},
+ evidences: [
+ {
+ id: expect.any(String),
+ filepath: expect.any(String),
+ },
+ ],
},
});
});