Skip to content

Commit 2775173

Browse files
committed
Fix syntax
1 parent 33a87f4 commit 2775173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/trafficlight/trafficlight.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,6 @@ function runAction(action: string, data: JSONValue): string | undefined {
295295
cy.log('Client asked to exit, test complete or server teardown');
296296
return;
297297
default:
298-
throw new Error('WARNING: unknown action ', action);
298+
throw new Error(`WARNING: unknown action "${action}"`);
299299
}
300300
}

0 commit comments

Comments
 (0)