Skip to content

Commit

Permalink
increase the function count
Browse files Browse the repository at this point in the history
  • Loading branch information
colerogers committed Nov 2, 2022
1 parent 64f4ea4 commit eac3e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions-deploy-tests/tests.ts
Expand Up @@ -15,7 +15,7 @@ import { requireAuth } from "../../src/requireAuth";
const FIREBASE_PROJECT = process.env.GCLOUD_PROJECT || "";
const FIREBASE_DEBUG = process.env.FIREBASE_DEBUG || "";
const FUNCTIONS_DIR = path.join(__dirname, "functions");
const FNS_COUNT = 17;
const FNS_COUNT = 20;

function genRandomId(n = 10): string {
const charset = "abcdefghijklmnopqrstuvwxyz";
Expand Down

0 comments on commit eac3e92

Please sign in to comment.