Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
adpare committed Nov 22, 2023
1 parent 570470c commit 4db15a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_to_excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ def test_enterprise_legacy(tmp_path: Path):
assert (excel_folder / f"enterprise-attack-{version}-relationships.xlsx").exists()
assert (excel_folder / f"enterprise-attack-{version}-mitigations.xlsx").exists()
assert (excel_folder / f"enterprise-attack-{version}-matrices.xlsx").exists()
assert (excel_folder / f"enterprise-attack-{version}-groups.xlsx").exists()
assert (excel_folder / f"enterprise-attack-{version}-datasources.xlsx").exists()
assert (excel_folder / f"enterprise-attack-{version}-groups.xlsx").exists()

0 comments on commit 4db15a2

Please sign in to comment.