fix: Update function name that was fixed upstream
parent
35690d390b
commit
f482286ac9
|
@ -75,7 +75,7 @@ async fn write_via_grpc() {
|
||||||
}];
|
}];
|
||||||
|
|
||||||
// Set up the cluster ====================================
|
// Set up the cluster ====================================
|
||||||
let mut cluster = MiniCluster::create_quickly_peristing(database_url).await;
|
let mut cluster = MiniCluster::create_quickly_persisting(database_url).await;
|
||||||
|
|
||||||
StepTest::new(
|
StepTest::new(
|
||||||
&mut cluster,
|
&mut cluster,
|
||||||
|
|
Loading…
Reference in New Issue