Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Oct 26, 2023
1 parent 30dceaa commit 23cb591
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ describe("ProfilesUtils unit tests", () => {
value: () => true,
configurable: true,
});
jest.spyOn(Gui, "showMessage").mockResolvedValue("Refresh");
jest.spyOn(Gui, "showMessage").mockResolvedValue("Reload");

await expect(
profUtils.ProfilesUtils["promptAndHandleMissingCredentialManager"]({
Expand Down

0 comments on commit 23cb591

Please sign in to comment.