Skip to content

Commit 80e476c

Browse files
committed
Update converter.test.js
undo changes
1 parent 9548ae0 commit 80e476c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegens/php-pecl-http/test/unit/converter.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var expect = require('chai').expect,
55
getOptions = require('../../lib').getOptions,
66
sanitize = require('../../lib/util/sanitize').sanitize,
77
parseBody = require('../../lib/util/parseBody'),
8-
collection = new sdk.Collection(JSON.parse(fs.readFileSync(__dirname + '/fixtures/sample_collection.json').toString()));
8+
collection = new sdk.Collection(JSON.parse(fs.readFileSync('test/unit/fixtures/sample_collection.json').toString()));
99

1010
describe('Request Snippet', function () {
1111

0 commit comments

Comments
 (0)