Skip to content
Snippets Groups Projects
Commit fd849be0 authored by Moul's avatar Moul
Browse files

[test] #112: Test from a reference not through a double transformation

parent 66259e0e
No related branches found
No related tags found
No related merge requests found
Pipeline #7632 passed
...@@ -439,5 +439,5 @@ class TestTransaction(unittest.TestCase): ...@@ -439,5 +439,5 @@ class TestTransaction(unittest.TestCase):
def test_unlock(self): def test_unlock(self):
unlock1 = Unlock(0, [SIGParameter(0)]) unlock1 = Unlock(0, [SIGParameter(0)])
unlock2 = Unlock.from_inline(unlock1.inline()) unlock2 = Unlock.from_inline("0:SIG(0)")
self.assertEqual(unlock1.inline(), unlock2.inline()) self.assertEqual(unlock1, unlock2)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment