Skip to content

Commit

Permalink
clang-tidy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Dec 15, 2023
1 parent d01c47f commit 9c7cdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/credential.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ TEST_CASE("X509 Credential Depth 2")

auto cred = Credential::x509(der_in);
auto x509 = cred.get<X509Credential>();
CHECK(!x509.public_key().data.size());
CHECK(!x509.public_key().data.empty());

const auto& x509_original = cred.get<X509Credential>();
CHECK(x509.der_chain == x509_original.der_chain);
Expand Down

0 comments on commit 9c7cdab

Please sign in to comment.