Skip to content

Commit

Permalink
Update the accounts number in UserServiceUnitTests
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Oct 27, 2023
1 parent b2df0b9 commit 1a1a0bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class UserServiceUnitTests {
UserService userService;

final int SERVICE_ACCOUNTS_IN_SETTINGS = 1;
final int INTERNAL_ACCOUNTS_IN_SETTINGS = 66;
final int INTERNAL_ACCOUNTS_IN_SETTINGS = 67;
String serviceAccountUsername = "bug.99";
String internalAccountUsername = "sarek";

Expand Down

0 comments on commit 1a1a0bf

Please sign in to comment.