Skip to content

Commit c828cd8

Browse files
sbernauerrazvan
andauthored
Apply suggestions from code review
Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
1 parent e63bf62 commit c828cd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/stackable-versioned/src/test_utils.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ use serde::Serialize;
1010
const TEST_CONVERSION_UUID: &str = "9980028f-816b-4b38-a521-5f087266f76c";
1111

1212
/// One very important requirement for CRD conversions is that they support roundtrips, which means
13-
/// that we can not loose data when starting at version A, converting to version B and back to
13+
/// that we can not lose data when starting at version A, converting to version B and back to
1414
/// version A.
1515
///
16-
/// As it's very hard to make sure the roundtrips never loos data, the
16+
/// As it's very hard to make sure the roundtrips never lose data, the
1717
/// [`crate::versioned`] macro automatically generates tests that test roundtrips.
1818
/// However, for that to work it needs some test data to run through the conversions, hence it
1919
/// requires you to provide test data for the earliest and latest version of the CRD struct.

0 commit comments

Comments
 (0)