Skip to content

Commit

Permalink
test: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 12, 2023
1 parent 6c6ff7b commit d2cc50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/single-threaded/openapi/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`.",
Expand Down

0 comments on commit d2cc50e

Please sign in to comment.