Skip to content

Commit 33395a4

Browse files
authored
Update helpers.py
1 parent 99e7317 commit 33395a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/helpers/helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ def get_mock_neuron(**kwargs) -> NeuronInfo:
112112
ip="0.0.0.0",
113113
port=0,
114114
ip_type=0,
115-
hotkey="get_mock_hotkey",
116-
coldkey="get_mock_coldkey",
115+
hotkey=get_mock_hotkey(),
116+
coldkey=get_mock_coldkey(),
117117
protocol=0,
118118
placeholder1=0,
119119
placeholder2=0,

0 commit comments

Comments
 (0)