Skip to content

Commit

Permalink
Update src/test/java/org/lsc/utils/directory/ADTest.java
Browse files Browse the repository at this point in the history
Co-authored-by: Raphaël Ouazana <[email protected]>
  • Loading branch information
soisik and rouazana committed Oct 23, 2023
1 parent 59e95e7 commit d8befc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/lsc/utils/directory/ADTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class ADTest {
private static final long otherTimeUnixLong= 2147483650L;
// base64 encoding of a binary objectGUID
private static final byte[] refObjectGUIDBase64 = Base64.getDecoder().decode(new String("Pd0OMI8MTEiq0mBIG8tg2A==").getBytes());
// UUID/String reprensentation of above binary objectGUID
// UUID/String representation of above binary objectGUID
private static final String refObjectGUIDAsUUIDString = "300EDD3D-0C8F-484C-AAD2-60481BCB60D8";

@Before
Expand Down

0 comments on commit d8befc1

Please sign in to comment.