Skip to content

Commit

Permalink
Codacy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaMutuku committed Sep 30, 2022
1 parent b78c9d4 commit 98031b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,6 @@ public void saveProviderBaseEntityIdOnSharedPref() {
String providerBaseEntityId = "00ab-88dc-ea11-8471-ad90";
String providerName = "provider";
userService.saveUserId(providerName, providerBaseEntityId);
Mockito.verify(userService).saveUserId(providerName, providerBaseEntityId);
verify(userService).saveUserId(providerName, providerBaseEntityId);
}
}

0 comments on commit 98031b7

Please sign in to comment.