Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Nov 26, 2023
1 parent d083c7f commit 8aeadd1
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, "pep8")
generator.generate(self.output_file_path, info, "none")

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

0 comments on commit 8aeadd1

Please sign in to comment.