Skip to content

Commit

Permalink
Add extra line for flake
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecooke77 committed Nov 18, 2024
1 parent 629edb8 commit 543e618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/yamlprocessor/tests/test_datapreprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def test_main_0(tmp_path, yaml):
preprocessor.process_yaml(tmp_path / 'in_1.yaml', outfilename1)
assert yaml.load(outfilename1.open()) == ref_yaml


def test_main_1(tmp_path, yaml):
"""Test direct insert with spaces."""
yaml_in = """
Expand Down

0 comments on commit 543e618

Please sign in to comment.