Skip to content

Commit 557a2d3

Browse files
test changes
1 parent 6c14531 commit 557a2d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app.dummy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export class AppDummy {
22
public dummy(): string {
3-
return 'dummy';
3+
return 'not so dummy';
44
}
55
}

src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import { SchoolModule } from './school/school.module';
4747
},
4848
{
4949
provide: 'APP_NAME',
50-
useValue: 'Nest events backend',
50+
useValue: 'The best Nest events backend',
5151
},
5252
{
5353
provide: 'MESSAGE',

0 commit comments

Comments
 (0)