File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
friendly-id/src/test/java/com/devskiller/friendly_id Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 66
77import org .junit .jupiter .api .RepeatedTest ;
88
9- import static com .devskiller .friendly_id .FriendlyIds .toFriendlyId ;
10- import static com .devskiller .friendly_id .FriendlyIds .toUuid ;
9+ import static com .devskiller .friendly_id .FriendlyIds .*;
1110import static com .devskiller .friendly_id .IdUtil .areEqualIgnoringLeadingZeros ;
1211import static org .assertj .core .api .Assertions .assertThat ;
1312
14- class FriendlyIdTest {
13+ class FriendlyIdsTest {
1514
1615 @ RepeatedTest (1000 )
1716 void shouldCreateValidIdsThatConformToUuidType4 () {
18- UUID uuid = toUuid (FriendlyIds . createFriendlyId ());
17+ UUID uuid = toUuid (createFriendlyId ());
1918 assertThat (uuid .version ()).isEqualTo (4 );
2019 }
2120
You can’t perform that action at this time.
0 commit comments