Skip to content

Commit ab9db47

Browse files
committed
fix: fails lint
1 parent 46eb9ea commit ab9db47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/quickstart/test/quickstart.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('Cloud Workflows Quickstart Tests', () => {
4646
name: client.workflowPath(PROJECT_ID, LOCATION_ID, WORKFLOW_ID),
4747
});
4848
return workflowGet.state === 'ACTIVE';
49-
} catch (e) {
49+
} catch {
5050
// If there is an error getting the workflow, it probably doesn't exist.
5151
return false;
5252
}

0 commit comments

Comments
 (0)