Skip to content

Commit c3f9131

Browse files
committed
Final nit.
1 parent fecd6e6 commit c3f9131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy/functions/functionsDeployHelper.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ describe("functionsDeployHelper", () => {
411411
];
412412

413413
for (const tc of testcases) {
414-
it(`${tc.desc}${tc.strict ? " (strict)" : ""}`, () => {
414+
it(tc.desc, () => {
415415
const options = {
416416
only: tc.only,
417417
} as Options;

0 commit comments

Comments
 (0)