Switch to assertEqual for py3+

Change-Id: I5f8daed2a0ebdf337bb92ee4d3d2c3c5f3e08309
This commit is contained in:
Jose Idar 2016-05-06 10:39:26 -05:00
parent 4519791020
commit b704b4a068
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ class DSLSuiteBuilderTests(unittest.TestCase):
"Dataset List location: None\n\n"
"The following 0 tests were not run\n\t")
self.assertEquals(msg, e.exception.message)
self.assertEqual(msg, e.exception.message)