Skip to content

Commit

Permalink
fix: ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Oct 26, 2023
1 parent 8b6c66d commit 1893172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixture/account/in_memory_account_repository.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace account::tests {
return false;
}

bool loadByEmailOrName(const std::string &email, AccountInfo &acc) final {
bool loadByEmailOrName(bool oldProtocol, const std::string &email, AccountInfo &acc) final {
auto account = accounts.find(email);

if (account == accounts.end()) {
Expand Down

0 comments on commit 1893172

Please sign in to comment.