Skip to content

Commit c96a604

Browse files
committed
fix: lint
1 parent 3ab21dc commit c96a604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/controller/controller.factory.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ describe('Controller Factory', () => {
230230
'export class FooModule {}\n',
231231
);
232232
});
233-
it('should create a spec file', async () => {
233+
it('should create a spec file', async () => {
234234
const options: ControllerOptions = {
235235
name: 'foo.controller',
236236
spec: true,

0 commit comments

Comments
 (0)