@@ -41,7 +41,7 @@ fn can_generate_docker(
41
41
app_name : "tester" . to_string ( ) ,
42
42
} ,
43
43
)
44
- . expect ( "Generation failed" ) ;
44
+ . expect ( "Generation failed" ) ;
45
45
46
46
assert_eq ! (
47
47
collect_messages( & gen_result) ,
@@ -93,7 +93,7 @@ fn can_generate_nginx() {
93
93
app_name : "tester" . to_string ( ) ,
94
94
} ,
95
95
)
96
- . expect ( "Generation failed" ) ;
96
+ . expect ( "Generation failed" ) ;
97
97
98
98
assert_eq ! (
99
99
collect_messages( & gen_result) ,
@@ -151,7 +151,7 @@ playground = "run --example playground"
151
151
app_name : "tester" . to_string ( ) ,
152
152
} ,
153
153
)
154
- . expect ( "Generation failed" ) ;
154
+ . expect ( "Generation failed" ) ;
155
155
156
156
assert_eq ! (
157
157
collect_messages( & gen_result) ,
@@ -210,7 +210,7 @@ fn can_generate_kamal_sqlite_without_background_queue() {
210
210
app_name : "tester" . to_string ( ) ,
211
211
} ,
212
212
)
213
- . expect ( "Generation failed" ) ;
213
+ . expect ( "Generation failed" ) ;
214
214
215
215
assert_eq ! (
216
216
collect_messages( & gen_result) ,
@@ -290,7 +290,7 @@ fn can_generate_kamal_sqlite_with_background_queue() {
290
290
app_name : "tester" . to_string ( ) ,
291
291
} ,
292
292
)
293
- . expect ( "Generation failed" ) ;
293
+ . expect ( "Generation failed" ) ;
294
294
295
295
assert_eq ! (
296
296
collect_messages( & gen_result) ,
@@ -368,7 +368,7 @@ fn can_generate_kamal_postgres_without_background_queue() {
368
368
app_name : "tester" . to_string ( ) ,
369
369
} ,
370
370
)
371
- . expect ( "Generation failed" ) ;
371
+ . expect ( "Generation failed" ) ;
372
372
373
373
assert_eq ! (
374
374
collect_messages( & gen_result) ,
@@ -446,7 +446,7 @@ fn can_generate_kamal_postgres_with_background_queue() {
446
446
app_name : "tester" . to_string ( ) ,
447
447
} ,
448
448
)
449
- . expect ( "Generation failed" ) ;
449
+ . expect ( "Generation failed" ) ;
450
450
451
451
assert_eq ! (
452
452
collect_messages( & gen_result) ,
0 commit comments