Skip to content
Snippets Groups Projects
Unverified Commit 69084dc6 authored by Paul Rosenzweig's avatar Paul Rosenzweig Committed by GitHub
Browse files

fix FE unit test flake in generate password (#12887)

parent 952d6204
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ describe("utils", () => {
it("can enforce uppercase requirements", () => {
expect(
MetabaseUtils.generatePassword({ total: 14, uppercase: 2 }).match(
MetabaseUtils.generatePassword({ total: 14, upper: 2 }).match(
/([A-Z])/g,
).length >= 2,
).toBe(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment