Skip to content

Commit

Permalink
chore: resolved linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
hetangmodi-crest committed Aug 6, 2024
1 parent 931dfb3 commit 62e30a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_addonfactory_splunk_conf_parser_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_write_extra_lines_between_stanza(self):
output = io.StringIO()
parser.write(output)
self.assertEqual(conf.replace("\n\n\n", "\n\n"), output.getvalue())

def test_write_extra_lines_at_end(self):
"""
In case of a conf file with extra 'n' new lines at the end,
Expand Down

0 comments on commit 62e30a2

Please sign in to comment.