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