diff --git a/hathor_tests/resources/nanocontracts/test_history2.py b/hathor_tests/resources/nanocontracts/test_history2.py index d5687323a..e355c8155 100644 --- a/hathor_tests/resources/nanocontracts/test_history2.py +++ b/hathor_tests/resources/nanocontracts/test_history2.py @@ -13,7 +13,7 @@ settings = HathorSettings() -class TestBlueprint(Blueprint): +class LogEmitBlueprint(Blueprint): value: int @public @@ -32,7 +32,7 @@ def setUp(self): self.blueprint_id = b'x' * 32 self.catalog = NCBlueprintCatalog({ - self.blueprint_id: TestBlueprint + self.blueprint_id: LogEmitBlueprint }) self.manager = self.create_peer(