test #19
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class UuidExtensionTest {
|
|||
var result = UuidExtension.asBytes(TEST_UUID);
|
||||
|
||||
//Then
|
||||
assertThat(result).hasSize(16).containsExactly(TEST_UUID_BYTES);
|
||||
assertThat(result).hasSize(15).containsExactly(TEST_UUID_BYTES);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in a new issue