Skip to content

Commit

Permalink
Mock fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErakhtinB committed Jan 28, 2025
1 parent 2bfc02f commit 5cdeda4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/mock/core/application/app_configuration_mock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ namespace kagome::application {
precompileWasm,
(),
(const, override));

MOCK_METHOD(std::optional<primitives::AccountId>,
getValidatorId,
(),
(const, override));
};

} // namespace kagome::application

0 comments on commit 5cdeda4

Please sign in to comment.