Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Dec 2, 2023
1 parent af6093d commit db9d1b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def test_generate_custom_modifier(self):

for type_ in generator_types:
generator = type_["generator"]
generator.generate(self.output_file_path, info, "none")
generator.generate(self.output_file_path, info, "pep8")

expect_file_path = \
f"{self.data_dir}/base_generator_test_generate_custom_modifier.{type_['file_ext']}"
Expand Down

0 comments on commit db9d1b1

Please sign in to comment.