From 1ea7fc2405d80de7c446adce9fb29ecbb30741fc Mon Sep 17 00:00:00 2001 From: Eduardo Dantas Date: Tue, 5 Nov 2024 09:23:25 -0300 Subject: [PATCH] fix: tests --- tests/fixture/account/in_memory_account_repository.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fixture/account/in_memory_account_repository.hpp b/tests/fixture/account/in_memory_account_repository.hpp index 6d903db0825..9bc7eb4a2e0 100644 --- a/tests/fixture/account/in_memory_account_repository.hpp +++ b/tests/fixture/account/in_memory_account_repository.hpp @@ -169,8 +169,8 @@ namespace tests { bool failAuthenticateFromSession = false; std::string password_ = "123456"; phmap::flat_hash_map accounts; - phmap::flat_hash_map> coins_; - phmap::flat_hash_map>> coinsTransactions_; + phmap::flat_hash_map> coins_; + phmap::flat_hash_map>> coinsTransactions_; phmap::flat_hash_map>> storeTransactions_; }; }