Skip to content

Commit

Permalink
Fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yolaj-nhs committed Feb 21, 2024
2 parents c2ef560 + dad7c79 commit 64cfd78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_attack_report_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,11 @@ def test_pretty_print(self):
}

g = GenerateTextReport()
<<<<<<< HEAD
g.pretty_print(example_report, 'Example Title')
=======
g._pretty_print(example_report, "Example Title")
>>>>>>> dad7c79b5316f5271cdd5adbe469917dd7d5968f

def test_process_attack_target_json(self):
"""Test which tests the process_attack_target_json function."""
Expand Down

0 comments on commit 64cfd78

Please sign in to comment.