Skip to content

Commit daa0653

Browse files
committed
test: Add placeholder values to satify roundtrip tests
1 parent a6976ee commit daa0653

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

  • rust/operator-binary/src/crd

rust/operator-binary/src/crd/mod.rs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,3 +614,16 @@ impl PodRef {
614614
)
615615
}
616616
}
617+
618+
#[cfg(test)]
619+
mod tests {
620+
use stackable_operator::versioned::test_utils::RoundtripTestData;
621+
622+
use super::v1alpha1;
623+
624+
impl RoundtripTestData for v1alpha1::HiveClusterSpec {
625+
fn roundtrip_test_data() -> Vec<Self> {
626+
vec![]
627+
}
628+
}
629+
}

0 commit comments

Comments
 (0)