Skip to content

Commit

Permalink
Fix spelling of Unknown
Browse files Browse the repository at this point in the history
Change-Id: I9e8b36a7121abd52dc850bcc78bbda4a7af63727
Reviewed-on: https://review.couchbase.org/c/kv_engine/+/180440
Reviewed-by: James H <james.harrison@couchbase.com>
Tested-by: Trond Norbye <trond.norbye@couchbase.com>
  • Loading branch information
trondn committed Sep 26, 2022
1 parent a52c345 commit 4c9815f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbsasl/password_database_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ TEST_F(PasswordDatabaseTest, TestInvalidVersion) {
EXPECT_STREQ("PasswordDatabase(): Unknown version: 3", e.what());
failed = true;
}
EXPECT_TRUE(failed) << "Unknonw version should have been detected";
EXPECT_TRUE(failed) << "Unknown version should have been detected";
}

0 comments on commit 4c9815f

Please sign in to comment.