Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
colerogers committed Sep 30, 2022
1 parent a0cd0a7 commit 3de3af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/deploy/functions/services/testLab.spec.ts
Expand Up @@ -41,7 +41,7 @@ describe("ensureTestLabTriggerRegion", () => {
ep.eventTrigger.region = "us-west1";

expect(() => testLab.ensureTestLabTriggerRegion(ep)).to.throw(
"A test lab trigger must specify 'global' trigger location"
"A Test Lab trigger must specify 'global' trigger location"
);
});
});

0 comments on commit 3de3af0

Please sign in to comment.