File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,10 +106,7 @@ describe("Ocean CLI Compute", function() {
106106 }
107107
108108 try {
109- expect ( output ) . to . contain ( "Resolving Asset with DID:" )
110- expect ( output ) . to . contain ( `id: '${ computeDatasetDid } '` )
111- expect ( output ) . to . contain ( `'@context': [ 'https://w3id.org/did/v1' ]` )
112- expect ( output ) . to . contain ( 'indexedMetadata' )
109+ expect ( output ) . to . contain ( `Resolving Asset with DID: ${ computeDatasetDid } ` )
113110 } catch ( error ) {
114111 console . error ( "Extracted output:" , jsonMatch [ 0 ] ) ;
115112 throw new Error ( "Failed to parse the extracted output:\n" + error ) ;
@@ -126,10 +123,7 @@ describe("Ocean CLI Compute", function() {
126123 }
127124
128125 try {
129- expect ( output ) . to . contain ( "Resolving Asset with DID:" )
130- expect ( output ) . to . contain ( `id: '${ jsAlgoDid } '` )
131- expect ( output ) . to . contain ( `'@context': [ 'https://w3id.org/did/v1' ]` )
132- expect ( output ) . to . contain ( 'indexedMetadata' )
126+ expect ( output ) . to . contain ( `Resolving Asset with DID: ${ jsAlgoDid } ` )
133127 } catch ( error ) {
134128 console . error ( "Extracted output:" , jsonMatch [ 0 ] ) ;
135129 throw new Error ( "Failed to parse the extracted output:\n" + error ) ;
You can’t perform that action at this time.
0 commit comments