Skip to content

Commit c0baa02

Browse files
committed
Fixup: StoreWitDurability -> StoreWithDurability
Change-Id: I0a9312db74ab394b259492be89636bcd6bd7b604 Reviewed-on: http://review.couchbase.org/110218 Reviewed-by: Dave Rigby <[email protected]> Tested-by: Trond Norbye <[email protected]>
1 parent 383190c commit c0baa02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testapp_cluster/main.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ TEST_F(BasicClusterTest, GetReplica) {
5959
}
6060
}
6161

62-
TEST_F(BasicClusterTest, StoreWitDurability) {
62+
TEST_F(BasicClusterTest, StoreWithDurability) {
6363
auto bucket = cluster->getBucket("default");
6464
auto conn = bucket->getConnection(Vbid(0));
6565
conn->authenticate("@admin", "password", "PLAIN");
6666
conn->selectBucket(bucket->getName());
6767

6868
auto info = conn->store(
69-
"StoreWitDurability",
69+
"StoreWithDurability",
7070
Vbid(0),
7171
"value",
7272
cb::mcbp::Datatype::Raw,

0 commit comments

Comments
 (0)