@@ -55,7 +55,7 @@ describe('Inconsistent Naming Warnings', () => {
5555 expect ( res . status ) . toBe ( 0 ) ;
5656 expect ( res . stdout ) . toContain ( 'Inconsistent naming found' ) ;
5757 expect ( res . stdout ) . toContain (
58- 'Suggested canonical name: API_KEY' ,
58+ 'Suggested name: API_KEY' ,
5959 ) ;
6060 } ) ;
6161
@@ -78,13 +78,13 @@ describe('Inconsistent Naming Warnings', () => {
7878 expect ( res . status ) . toBe ( 0 ) ;
7979 expect ( res . stdout ) . toContain ( 'Inconsistent naming found' ) ;
8080 expect ( res . stdout ) . toContain (
81- 'Suggested canonical name: API_KEY' ,
81+ 'Suggested name: API_KEY' ,
8282 ) ;
8383 expect ( res . stdout ) . toContain (
84- 'Suggested canonical name: DATABASE_URL' ,
84+ 'Suggested name: DATABASE_URL' ,
8585 ) ;
8686 expect ( res . stdout ) . toContain (
87- 'Suggested canonical name: JWT_SECRET' ,
87+ 'Suggested name: JWT_SECRET' ,
8888 ) ;
8989 } ) ;
9090
@@ -127,7 +127,7 @@ describe('Inconsistent Naming Warnings', () => {
127127 expect ( res . status ) . toBe ( 0 ) ;
128128 expect ( res . stdout ) . toContain ( 'Inconsistent naming found' ) ;
129129 expect ( res . stdout ) . toContain (
130- 'Suggested canonical name: API_KEY' ,
130+ 'Suggested name: API_KEY' ,
131131 ) ;
132132 } ) ;
133133
@@ -147,7 +147,7 @@ describe('Inconsistent Naming Warnings', () => {
147147 expect ( res . status ) . toBe ( 1 ) ;
148148 expect ( res . stdout ) . toContain ( 'Inconsistent naming found' ) ;
149149 expect ( res . stdout ) . toContain (
150- 'Suggested canonical name: API_KEY' ,
150+ 'Suggested name: API_KEY' ,
151151 ) ;
152152 expect ( res . stdout ) . toContain ( 'inconsistent naming patterns' ) ;
153153 } ) ;
0 commit comments