File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/_tools/links/create/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ tape( 'the command-line interface tries to insert an entry for the provided URI
153153
154154 exec ( cmd . join ( ' ' ) , done ) ;
155155
156- expected = 'duplicate entry. Database already contains an entry for the provided URI: https://stdlib.io/.\n' ;
156+ expected = 'Error: duplicate entry. Database already contains an entry for the provided URI: https://stdlib.io/.\n' ;
157157
158158 function done ( error , stdout , stderr ) {
159159 t . strictEqual ( error instanceof Error , true , 'returns an error' ) ;
@@ -180,7 +180,7 @@ tape( 'the command-line interface tries to insert an entry for the provided URI
180180 child . stdin . write ( 'A standard library for JavaScript and Node.js\n' ) ;
181181 child . stdin . end ( ) ;
182182
183- expected = 'duplicate entry. Database already contains an entry for the provided URI: https://stdlib.io/.\n' ;
183+ expected = 'Error: duplicate entry. Database already contains an entry for the provided URI: https://stdlib.io/.\n' ;
184184
185185 function done ( error , stdout , stderr ) {
186186 stdout = stdout . toString ( ) ;
You can’t perform that action at this time.
0 commit comments