Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Dec 26, 2023
1 parent ba42c42 commit 6a6af2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions stix2validator/test/v20/util_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ def test_parse_args():
assert options.strict is True
assert options.strict_types is True
assert options.strict_properties is True
assert options.no_cache is True
assert options.refresh_cache is True
assert options.clear_cache is True


def test_parse_args_no_files():
Expand Down
6 changes: 0 additions & 6 deletions stix2validator/test/v21/util_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ def test_parse_args():
'--strict',
'--strict-types',
'--strict-properties',
'--no-cache',
'--refresh-cache',
'--clear-cache',
'/tmp/mystix.json',
]
options = parse_args(args, True)
Expand All @@ -32,9 +29,6 @@ def test_parse_args():
assert options.strict is True
assert options.strict_types is True
assert options.strict_properties is True
assert options.no_cache is True
assert options.refresh_cache is True
assert options.clear_cache is True


def test_parse_args_no_files():
Expand Down

0 comments on commit 6a6af2e

Please sign in to comment.