We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383190c commit c0baa02Copy full SHA for c0baa02
tests/testapp_cluster/main.cc
@@ -59,14 +59,14 @@ TEST_F(BasicClusterTest, GetReplica) {
59
}
60
61
62
-TEST_F(BasicClusterTest, StoreWitDurability) {
+TEST_F(BasicClusterTest, StoreWithDurability) {
63
auto bucket = cluster->getBucket("default");
64
auto conn = bucket->getConnection(Vbid(0));
65
conn->authenticate("@admin", "password", "PLAIN");
66
conn->selectBucket(bucket->getName());
67
68
auto info = conn->store(
69
- "StoreWitDurability",
+ "StoreWithDurability",
70
Vbid(0),
71
"value",
72
cb::mcbp::Datatype::Raw,
0 commit comments