There was an error while loading. Please reload this page.
1 parent 56c3284 commit 91a6253Copy full SHA for 91a6253
1 file changed
tests/runtime_isolation.rs
@@ -39,7 +39,7 @@ fn connection_survives_caller_runtime_shutdown() {
39
channel
40
.queue_declare(
41
"runtime-isolation-test".into(),
42
- QueueDeclareOptions::exclusive().auto_delete(),
+ QueueDeclareOptions::durable(),
43
FieldTable::default(),
44
)
45
.await
0 commit comments