Skip to content

Commit 5bb8e4e

Browse files
committed
chore: fix typos in nilsimsa tests
1 parent a2a3577 commit 5bb8e4e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/nilsimsa_test.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ class nilsimsa_tester {
6060

6161
} // namespace
6262

63-
TEST(nilisimsa, empty) {
63+
TEST(nilsimsa, empty) {
6464
EXPECT_EQ(nilsimsa_tester::hash(""),
6565
"0000000000000000000000000000000000000000000000000000000000000000");
6666
}
6767

68-
TEST(nilisimsa, abcdefgh) {
68+
TEST(nilsimsa, abcdefgh) {
6969
EXPECT_EQ(nilsimsa_tester::hash("abcdefgh"),
7070
"14c8118000000000030800000004042004189020001308014088003280000078");
7171
}
7272

73-
TEST(nilisimsa, incremental) {
73+
TEST(nilsimsa, incremental) {
7474
nilsimsa_tester ns;
7575

7676
ns.update("a");
@@ -85,7 +85,7 @@ TEST(nilisimsa, incremental) {
8585
"14c811840010000c0328200108040630041890200217582d4098103280000078");
8686
}
8787

88-
TEST(nilisimsa, moreabc) {
88+
TEST(nilsimsa, moreabc) {
8989
constexpr auto input = "abcdefghijklmnopqrstuvwxyz"sv;
9090
constexpr std::array<std::string_view, input.size()> expected{
9191
"0000000000000000000000000000000000000000000000000000000000000000",

0 commit comments

Comments
 (0)