Skip to content

Commit

Permalink
fix: apply suggested change
Browse files Browse the repository at this point in the history
Co-authored-by: Kamil Mysliwiec <mail@kamilmysliwiec.com>
  • Loading branch information
ccaspers and kamilmysliwiec authored Dec 3, 2024
1 parent dacdc51 commit ae0d7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services/schema-object-factory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ describe('SchemaObjectFactory', () => {
});
});

describe('Handling of @ApiSchema', () => {
describe('@ApiSchema', () => {
it('should use the class name when no options object was passed', () => {
@ApiSchema()
class CreateUserDto {}
Expand Down

0 comments on commit ae0d7ac

Please sign in to comment.