test #19

Closed
orikik wants to merge 8 commits from orikik:test into master
Showing only changes of commit 90c9aba509 - Show all commits

View file

@ -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);
}