Skip to content

Commit

Permalink
Merge branch 'graph-equivalence' of github.com:emmanvg/cti-python-sti…
Browse files Browse the repository at this point in the history
…x2 into graph-equivalence
  • Loading branch information
emmanvg committed Sep 11, 2020
2 parents ddccc6f + 3c9bebd commit 82adcdc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions stix2/test/v20/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,6 @@ def test_related_to_by_target(ds):
def test_versioned_checks(ds, ds2):
weights = stix2.equivalence.graph_equivalence.WEIGHTS.copy()
weights.update({
"_internal": {
"ignore_spec_version": True,
"versioning_checks": True,
"max_depth": 1,
},
})
score = stix2.equivalence.object_equivalence._versioned_checks(INDICATOR_ID, INDICATOR_ID, ds, ds2, **weights)
assert round(score) == 100
Expand Down

0 comments on commit 82adcdc

Please sign in to comment.