mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix test
This commit is contained in:
parent
324032961e
commit
81aacdb58b
@ -8,7 +8,7 @@ namespace controller {
|
||||
}
|
||||
|
||||
TEST_F(TestHederaAccount, TestPick) {
|
||||
auto hedera_account = controller::HederaAccount::pick(model::table::HEDERA_TESTNET, false);
|
||||
auto hedera_account = controller::HederaAccount::pick(ServerConfig::HEDERA_TESTNET, false);
|
||||
EXPECT_FALSE(hedera_account.isNull());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -8,7 +8,7 @@ namespace controller {
|
||||
}
|
||||
|
||||
TEST_F(TestHederaId, TestFindTopicId) {
|
||||
auto hedera_topic_id = controller::HederaId::find(1, model::table::HEDERA_TESTNET);
|
||||
auto hedera_topic_id = controller::HederaId::find(1, ServerConfig::HEDERA_TESTNET);
|
||||
EXPECT_FALSE(hedera_topic_id.isNull());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user