Skip to content

Commit ea017a5

Browse files
authored
fix(remote): fix tests for remote adapter serialize (apiaryio#294)
fix(remote): fix tests for remote adapter serialize
2 parents 41ba7a8 + a6e4737 commit ea017a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fury-adapter-remote/test/fury-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { expect } = require('chai');
22
const { Fury } = require('fury');
33
const FuryRemoteAdapter = require('../lib/adapter');
44

5-
const blueprintSource = 'FORMAT: 1A\n\n# API\n\n';
5+
const blueprintSource = 'FORMAT: 1A\n\n# API\n';
66
const swaggerSource = '{ "swagger": "2.0", "info": { "version": "1.0.0", "title": "swg" } }';
77
const invalidSwaggerSource = '{ "swagger": "2.0", "info": { "version": 1, "title": "swg" } }';
88

0 commit comments

Comments
 (0)