Skip to content

Commit 1249113

Browse files
raidgar98vogel76
authored andcommitted
pre-commit fixes
1 parent 1e07dbd commit 1249113

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/python/functional/hived/test_snapshot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from typing import TYPE_CHECKING
55

66
import pytest
7-
import test_tools as tt
87

8+
import test_tools as tt
99
from hive_local_tools.functional.python.compare_snapshot import compare_snapshots_contents
1010

1111
if TYPE_CHECKING:
@@ -72,6 +72,7 @@ def clear_state(node: tt.InitNode):
7272
node.wait_for_block_with_number(block_log_length + 7)
7373
node.close()
7474

75+
7576
def test_snapshots_has_more_plugins(block_log: Path, block_log_length: int) -> None:
7677
def clear_state(node: tt.InitNode):
7778
from os.path import join as join_paths
@@ -101,6 +102,7 @@ def clear_state(node: tt.InitNode):
101102
warning_msg = "Snaphot has more plugins than current hived configuration"
102103
assert warning_msg in (node.directory / "stderr.txt").read_text()
103104

105+
104106
def test_snapshots_has_less_plugins(block_log: Path, block_log_length: int) -> None:
105107
def clear_state(node: tt.InitNode):
106108
from os.path import join as join_paths

0 commit comments

Comments
 (0)