Skip to content

Commit

Permalink
fix: fails lint
Browse files Browse the repository at this point in the history
  • Loading branch information
subfuzion committed Aug 20, 2024
1 parent 46eb9ea commit ab9db47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/quickstart/test/quickstart.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Cloud Workflows Quickstart Tests', () => {
name: client.workflowPath(PROJECT_ID, LOCATION_ID, WORKFLOW_ID),
});
return workflowGet.state === 'ACTIVE';
} catch (e) {
} catch {
// If there is an error getting the workflow, it probably doesn't exist.
return false;
}
Expand Down

0 comments on commit ab9db47

Please sign in to comment.