verify: close phase zero gate

This commit is contained in:
github-ops
2026-05-14 19:24:35 +00:00
parent c6b1456133
commit 56268d1482
3 changed files with 27 additions and 30 deletions
+1 -1
View File
@@ -1450,7 +1450,7 @@ mod tests {
.await
.unwrap_err();
assert!(matches!(error, RuntimeError::RestAdapter(_)));
assert!(matches!(error, RuntimeError::ProtocolAdapter(_)));
}
#[tokio::test]