Skip to content

Commit

Permalink
add: [test] Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Apr 5, 2024
1 parent 1f39e0a commit 6ea8917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stix2validator/test/v20/indicator_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_invalid_timestamp(self):

indicator['created'] = "2016-02-29T08:17:27.029Z"
self.assertTrueWithOptions(indicator)

print(json.dumps(indicator, indent=4))
indicator['valid_from'] = "2016-02-29T08:17:27.030Z"
indicator['valid_until'] = "2016-02-29T08:17:27.029Z"
self.assertFalseWithOptions(indicator)
Expand Down

0 comments on commit 6ea8917

Please sign in to comment.