Skip to content

Commit 4121568

Browse files
devondragonCopilot
andauthored
Update src/test/java/com/digitalsanctuary/spring/user/test/builders/RoleTestDataBuilder.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ad7ac84 commit 4121568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/digitalsanctuary/spring/user/test/builders/RoleTestDataBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
public class RoleTestDataBuilder {
2525

26-
private static long idCounter = 1L;
26+
private static final AtomicLong idCounter = new AtomicLong(1L);
2727

2828
private Long id;
2929
private String name;

0 commit comments

Comments
 (0)