From b60579b764d725d3a158daf6163c891e737e303f Mon Sep 17 00:00:00 2001 From: Jordan Ribbink Date: Fri, 8 Dec 2023 01:08:33 -0800 Subject: [PATCH] format --- extension/test/integration/6 - test-provider.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/test/integration/6 - test-provider.test.ts b/extension/test/integration/6 - test-provider.test.ts index 1a5b3bc6..3ade8937 100644 --- a/extension/test/integration/6 - test-provider.test.ts +++ b/extension/test/integration/6 - test-provider.test.ts @@ -205,7 +205,7 @@ suite('test provider tests', () => { { filepath: path.join(workspacePath, 'test/test1.cdc'), id: ':testPassing' } ]) assert.deepStrictEqual(failedTests, [ - { filepath: path.join(workspacePath, 'test/bar/test2.cdc'), id: ':testFailing', message: 'FAIL: Execution failed:\nerror: assertion failed\n --> 7465737400000000000000000000000000000000000000000000000000000000:8:2\n' }, + { filepath: path.join(workspacePath, 'test/bar/test2.cdc'), id: ':testFailing', message: 'FAIL: Execution failed:\nerror: assertion failed\n --> 7465737400000000000000000000000000000000000000000000000000000000:8:2\n' } ]) }).timeout(20000) })