File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ def test_init_command_default(self):
138
138
self .assertTrue (
139
139
self .is_same_file_content (
140
140
readme_file_path ,
141
- os .path .join (self .template_dir , "README .md.template" )
141
+ os .path .join (self .template_dir , "readme .md.template" )
142
142
)
143
143
)
144
144
@@ -245,7 +245,7 @@ def test_initialize_command_web(self):
245
245
self .assertTrue (
246
246
self .is_same_file_content (
247
247
readme_file_path ,
248
- os .path .join (self .template_dir , "README .md.template" )
248
+ os .path .join (self .template_dir , "readme .md.template" )
249
249
)
250
250
)
251
251
@@ -352,7 +352,7 @@ def test_initialize_command_azure_function(self):
352
352
self .assertTrue (
353
353
self .is_same_file_content (
354
354
readme_file_path ,
355
- os .path .join (self .template_dir , "README .md.template" )
355
+ os .path .join (self .template_dir , "readme .md.template" )
356
356
)
357
357
)
358
358
You can’t perform that action at this time.
0 commit comments