Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laserpants committed Sep 23, 2023
1 parent 1f79c84 commit 32a0336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/blocklistTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ TEST(Blocklist, BlocklistFilteringInConstructor) {

TEST(Blocklist, MaxEncodingAttempts) {
std::string alphabet = "abc";
size_t minLength = 3;
uint8_t minLength = 3;
std::set<std::string> blocklist = { "cab", "abc", "bca" };

sqidscxx::Sqids<> sqids({
Expand Down

0 comments on commit 32a0336

Please sign in to comment.