We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1279a33 commit d6dc2e8Copy full SHA for d6dc2e8
1 file changed
crates/stackable-versioned/src/test_utils.rs
@@ -21,7 +21,7 @@ const TEST_CONVERSION_UUID: &str = "9980028f-816b-4b38-a521-5f087266f76c";
21
/// You can provide test data e.g. as follows
22
/// ```
23
/// #[cfg(test)]
24
-/// impl stackable_versioned::test_utils::RoundtripTestData for v1alpha1::ListenerClassSpec {
+/// impl stackable_operator::versioned::test_utils::RoundtripTestData for v1alpha1::ListenerClassSpec {
25
/// fn roundtrip_test_data() -> Vec<Self> {
26
/// stackable_operator::utils::yaml_from_str_singleton_map(indoc::indoc! {"
27
/// - serviceType: ClusterIP
0 commit comments