update tests

This commit is contained in:
Namrata Jha
2021-12-23 17:41:07 +00:00
committed by GitHub
parent 7d188d1776
commit 72cc4b27b0
6 changed files with 34 additions and 35 deletions
-1
View File
@@ -109,7 +109,6 @@ export function queryForOldestVersions(
).pipe(
catchError((err: GraphQlQueryResponse) => {
const msg = 'query for oldest version failed.'
console.log(`numversions: ${numVersions} startCursor: ${startCursor}`)
return throwError(
err.errors && err.errors.length > 0
? `${msg} ${err.errors[0].message}`