Skip to content

Commit

Permalink
fix: code-review comments
Browse files Browse the repository at this point in the history
Signed-off-by: chriswldenyer <[email protected]>
  • Loading branch information
chriswldenyer committed Jan 9, 2024
1 parent 0ad6fb1 commit bffd061
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion control-plane/agents/src/common/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ pub enum SvcError {
DrainNotAllowedWhenHAisDisabled {},
#[snafu(display("Target switchover is not allowed without HA"))]
SwitchoverNotAllowedWhenHAisDisabled {},
#[snafu(display("The volume would exceed the capacity"))]
#[snafu(display("The volume would exceed the capacity limit"))]
VolWouldExceedCapacity {},
}

Expand Down
22 changes: 0 additions & 22 deletions tests/bdd/features/volume/capacity_limit/creation.feature

This file was deleted.

22 changes: 0 additions & 22 deletions tests/bdd/features/volume/capacity_limit/resize.feature

This file was deleted.

0 comments on commit bffd061

Please sign in to comment.