Skip to content

Commit fd317ca

Browse files
razvanNickLarsenNZ
andauthored
Update crates/stackable-operator/src/status/condition/deployment.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 50ccbda commit fd317ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/stackable-operator/src/status/condition/deployment.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ mod tests {
116116

117117
#[test]
118118
fn available() {
119-
let dplmt = build_deployment(3, 3);
119+
let deployment = build_deployment(3, 3);
120120

121121
assert_eq!(
122-
DeploymentConditionBuilder::deployment_available(&dplmt),
122+
DeploymentConditionBuilder::deployment_available(&deployment),
123123
ClusterConditionStatus::True
124124
);
125125
}

0 commit comments

Comments
 (0)