mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-27 00:50:39 +00:00
style: clang-tidy auto fixes (#3047)
Fixes #3046. Please review and commit clang-tidy fixes. Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fe0bf736fb
commit
198773f86a
@@ -151,7 +151,7 @@ TEST_F(WhitelistTest, AddInvalidNetwork)
|
||||
|
||||
TEST_F(WhitelistTest, IsWhiteListedWithInvalidIP)
|
||||
{
|
||||
Whitelist whitelist;
|
||||
Whitelist const whitelist;
|
||||
EXPECT_FALSE(whitelist.isWhiteListed("not-an-ip"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user