File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2753,7 +2753,7 @@ describe('bundle files method - 3.0', function () {
2753
2753
2754
2754
it ( 'Should return bundled file as json with deep url refs - remote_url_refs' , async function ( ) {
2755
2755
let contentRootFile = fs . readFileSync ( remoteURLRefExamples + '/root.json' , 'utf8' ) ,
2756
- spacecraft = fs . readFileSync ( remoteURLRefExamples + '/schemas/spacecraft .json' , 'utf8' ) ,
2756
+ spacecraft = fs . readFileSync ( remoteURLRefExamples + '/schemas/Spacecraft .json' , 'utf8' ) ,
2757
2757
peakThrustSecond = fs . readFileSync ( remoteURLRefExamples + '/schemas/peakThrustSecond.json' , 'utf8' ) ,
2758
2758
peakThrustSecondProperty =
2759
2759
fs . readFileSync ( remoteURLRefExamples + '/schemas/peakThrustSecondProperty.json' , 'utf8' ) ,
You can’t perform that action at this time.
0 commit comments