Skip to content

Commit

Permalink
good catch
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate committed Jan 24, 2025
1 parent cbe621c commit b91367a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe("In Memory Cache configs", () => {

it("Update Configs", () => {
cy.setConfigs(globalState, key, newValue, "UPDATE");
cy.setConfigs(globalState, key, value, "FETCH");
cy.setConfigs(globalState, key, newValue, "FETCH");
});

it("delete configs", () => {
Expand Down

0 comments on commit b91367a

Please sign in to comment.