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 1e47888 commit be6599bCopy full SHA for be6599b
nexus/db-queries/src/db/queries/region_allocation.rs
@@ -689,8 +689,8 @@ mod test {
689
logctx.cleanup_successful();
690
}
691
692
- #[tokio::test]
693
- async fn allocation_query_region_size_overflow() {
+ #[test]
+ fn allocation_query_region_size_overflow() {
694
let volume_id = VolumeUuid::nil();
695
let snapshot_id = None;
696
@@ -716,8 +716,8 @@ mod test {
716
assert!(matches!(e, AllocationQueryError::RegionSizeOverflow));
717
718
719
720
- async fn allocation_query_region_size_too_large() {
+ fn allocation_query_region_size_too_large() {
721
722
723
0 commit comments