Skip to content

Commit

Permalink
Stop CRDB in one of the volume tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Oct 17, 2024
1 parent 168fdfa commit 144d5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/db-queries/src/db/datastore/volume.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2885,7 +2885,7 @@ mod tests {
);
assert_eq!(region_snapshot.deleting, false);

datastore.terminate().await;
db.terminate().await;
logctx.cleanup_successful();
}

Expand Down

0 comments on commit 144d5ea

Please sign in to comment.