From d2cc50e2078e3edce35a3f063177d52b00f66b53 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Tue, 12 Sep 2023 18:39:14 -0500 Subject: [PATCH] test: oops --- __tests__/single-threaded/openapi/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/single-threaded/openapi/index.test.ts b/__tests__/single-threaded/openapi/index.test.ts index 0fc7da7fa..29faa2ba6 100644 --- a/__tests__/single-threaded/openapi/index.test.ts +++ b/__tests__/single-threaded/openapi/index.test.ts @@ -180,7 +180,7 @@ describe('rdme openapi (single-threaded)', () => { }); describe('error handling', () => { - it.only('should error if no file was provided or able to be discovered', () => { + it('should error if no file was provided or able to be discovered', () => { return expect(openapi.run({ key, version, workingDirectory: 'bin' })).rejects.toStrictEqual( new Error( "We couldn't find an OpenAPI or Swagger definition.\n\nPlease specify the path to your definition with `rdme openapi ./path/to/api/definition`.",