Skip to content

Commit d6dc2e8

Browse files
committed
Improve docs
1 parent 1279a33 commit d6dc2e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/stackable-versioned/src/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const TEST_CONVERSION_UUID: &str = "9980028f-816b-4b38-a521-5f087266f76c";
2121
/// You can provide test data e.g. as follows
2222
/// ```
2323
/// #[cfg(test)]
24-
/// impl stackable_versioned::test_utils::RoundtripTestData for v1alpha1::ListenerClassSpec {
24+
/// impl stackable_operator::versioned::test_utils::RoundtripTestData for v1alpha1::ListenerClassSpec {
2525
/// fn roundtrip_test_data() -> Vec<Self> {
2626
/// stackable_operator::utils::yaml_from_str_singleton_map(indoc::indoc! {"
2727
/// - serviceType: ClusterIP

0 commit comments

Comments
 (0)