From b674985fffa8c8e8901527406af40ff08aa39100 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 16 Nov 2025 15:43:04 +0000 Subject: [PATCH] Change name --- reconcile-js/src/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reconcile-js/src/index.test.ts b/reconcile-js/src/index.test.ts index b810fea..1a4394f 100644 --- a/reconcile-js/src/index.test.ts +++ b/reconcile-js/src/index.test.ts @@ -50,7 +50,7 @@ describe('reconcile', () => { }); }); -describe('test_merge_files_without_panic', () => { +describe('test_diff_and_undiff_are_inverse', () => { const resourcesPath = path.join(__dirname, '../../tests/resources'); const readFileSlice = (fileName: string, start: number, end: number): string => {