Skip to content

Commit 246f0c8

Browse files
committed
Revert "expect"
This reverts commit 53ef278.
1 parent 58c7092 commit 246f0c8

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-operator/src/builder/pod

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/builder/pod/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ mod tests {
724724
.with_config_map("configmap")
725725
.build(),
726726
)
727-
.expect("Add volume")
727+
.unwrap()
728728
.termination_grace_period(&Duration::from_secs(42))
729729
.unwrap()
730730
.build()

0 commit comments

Comments
 (0)