From 02e5bf189a2cfb51cc38cfba15fb8fe18a335844 Mon Sep 17 00:00:00 2001 From: Derek Date: Thu, 28 Dec 2023 18:09:08 -0500 Subject: [PATCH] fix: prettier --- apps/laboratory/tests/connect.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/laboratory/tests/connect.spec.ts b/apps/laboratory/tests/connect.spec.ts index e8f29212b5..973be6905f 100644 --- a/apps/laboratory/tests/connect.spec.ts +++ b/apps/laboratory/tests/connect.spec.ts @@ -29,7 +29,8 @@ testMW( await walletValidator.expectReceivedSign({}) await walletPage.handleRequest({ accept: false }) await modalValidator.expectRejectedSign() - }) + } +) testMW( 'it should switch networks and sign',