We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41ba7a8 + a6e4737 commit ea017a5Copy full SHA for ea017a5
packages/fury-adapter-remote/test/fury-test.js
@@ -2,7 +2,7 @@ const { expect } = require('chai');
2
const { Fury } = require('fury');
3
const FuryRemoteAdapter = require('../lib/adapter');
4
5
-const blueprintSource = 'FORMAT: 1A\n\n# API\n\n';
+const blueprintSource = 'FORMAT: 1A\n\n# API\n';
6
const swaggerSource = '{ "swagger": "2.0", "info": { "version": "1.0.0", "title": "swg" } }';
7
const invalidSwaggerSource = '{ "swagger": "2.0", "info": { "version": 1, "title": "swg" } }';
8
0 commit comments