Skip to content

Commit 10741f2

Browse files
committed
Fix path value to a fixture
1 parent eb1f18c commit 10741f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/bundle.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2753,7 +2753,7 @@ describe('bundle files method - 3.0', function () {
27532753

27542754
it('Should return bundled file as json with deep url refs - remote_url_refs', async function () {
27552755
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'),
27572757
peakThrustSecond = fs.readFileSync(remoteURLRefExamples + '/schemas/peakThrustSecond.json', 'utf8'),
27582758
peakThrustSecondProperty =
27592759
fs.readFileSync(remoteURLRefExamples + '/schemas/peakThrustSecondProperty.json', 'utf8'),

0 commit comments

Comments
 (0)