Skip to content

Commit

Permalink
Fix deprecation warning in test_csv2cve
Browse files Browse the repository at this point in the history
Fixes intel#342
  • Loading branch information
shreyamalviya committed Feb 11, 2020
1 parent 5f1bbf6 commit 8e9bec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_csv2cve.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ def test_sample_csv(self):
def test_main(self):
""" Test running main. Likely needs to be expanded. """
returncode = main(["csv2cve"])
self.assertEquals(0, returncode)
self.assertEqual(0, returncode)

0 comments on commit 8e9bec0

Please sign in to comment.