Skip to content

Commit 0a55a8e

Browse files
committedFeb 17, 2025
fix: mock_get_staking_module
1 parent b58e727 commit 0a55a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tests/modules/csm/test_csm_distribution.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616

1717
@pytest.fixture(autouse=True)
18-
def mock_get_module_id(monkeypatch: pytest.MonkeyPatch):
19-
monkeypatch.setattr(CSOracle, "_get_module_id", Mock())
18+
def mock_get_staking_module(monkeypatch: pytest.MonkeyPatch):
19+
monkeypatch.setattr(CSOracle, "_get_staking_module", Mock())
2020

2121

2222
@pytest.fixture()

0 commit comments

Comments
 (0)