From 285425a9d23b8ee46715b43ba746700ecbcceccc Mon Sep 17 00:00:00 2001 From: nolash Date: Sat, 14 Nov 2020 00:25:15 +0100 Subject: [PATCH] Fix comment --- python/tests/test_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_app.py b/python/tests/test_app.py index 2bacfe2..967ce72 100644 --- a/python/tests/test_app.py +++ b/python/tests/test_app.py @@ -55,7 +55,7 @@ class Test(unittest.TestCase): self.eth_tester.mine_block() self.assertEqual(registry.count(), 2) - # account 0 does not have access + # account 2 does not have access registry = AccountRegistry(self.w3, self.address, self.w3.eth.accounts[2]) registry.add(self.w3.eth.accounts[2]) self.eth_tester.mine_block()