Skip to content

Commit

Permalink
changed to correct namespace
Browse files Browse the repository at this point in the history
itzandroidtab committed Mar 6, 2024
1 parent f56976d commit 8f0cf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klib/crypt/base32.cpp
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ TEST_CASE("Base32 valid input does not fail", "[klib::base32]") {
REQUIRE(klib::crypt::base32::decode("23456723", buf, sizeof(buf)));
}

TEST_CASE("Base32 output is valid", "[klib::base32]") {
TEST_CASE("Base32 output is valid", "[klib::crypt::base32]") {
uint8_t buf[32];

// make sure we do not have a failure

0 comments on commit 8f0cf68

Please sign in to comment.