aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom/Expressions.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-06-30 01:38:41 +0200
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-07-01 06:39:46 +0200
commit8a815d48790db46652034b6a72a581b0c9f40f40 (patch)
tree82cc9435e1600c6b27503727c635bb43cf7d0dc7 /testsuite/pyunit/dom/Expressions.py
parent6acaf4b6baba21f8eca7520f518c62ffd75abd04 (diff)
downloadghdl-8a815d48790db46652034b6a72a581b0c9f40f40.tar.gz
ghdl-8a815d48790db46652034b6a72a581b0c9f40f40.tar.bz2
ghdl-8a815d48790db46652034b6a72a581b0c9f40f40.zip
Improved test code.
Diffstat (limited to 'testsuite/pyunit/dom/Expressions.py')
-rw-r--r--testsuite/pyunit/dom/Expressions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/dom/Expressions.py b/testsuite/pyunit/dom/Expressions.py
index 21b0cd03b..175ff9cdd 100644
--- a/testsuite/pyunit/dom/Expressions.py
+++ b/testsuite/pyunit/dom/Expressions.py
@@ -89,7 +89,7 @@ class Expressions(TestCase):
# Start checks
self.assertIsInstance(default, InverseExpression)
self.assertIsInstance(default.Operand, SimpleObjectOrFunctionCallSymbol)
- self.assertTrue(str(default.Operand.SymbolName) == "true")
+ self.assertEqual(str(default.Operand.SymbolName), "true")
# def test_AbsExpression(self):
# filename: Path = self._root / "{className}_{funcName}.vhdl".format(