test2 #20

Closed
orikik wants to merge 10 commits from orikik:test2 into master
Showing only changes of commit 1ce16cfb10 - 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);
}