Skip to content

Commit a346d38

Browse files
committed
format:fix
1 parent 76460c6 commit a346d38

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/e2e/__helpers__/test-actor.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,5 @@ export async function removeTestActor(actor: TestActor): Promise<void> {
8585
* Corrupt the actor.json to test error handling.
8686
*/
8787
export async function corruptActorJson(actorDir: string): Promise<void> {
88-
await writeFile(
89-
path.join(actorDir, '.actor', 'actor.json'),
90-
'{ wow "name": "my-invalid-actor" }',
91-
);
88+
await writeFile(path.join(actorDir, '.actor', 'actor.json'), '{ wow "name": "my-invalid-actor" }');
9289
}

0 commit comments

Comments
 (0)