Change name

This commit is contained in:
Andras Schmelczer 2025-11-16 15:43:04 +00:00
parent 5fbeb79fdc
commit b674985fff

View file

@ -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 resourcesPath = path.join(__dirname, '../../tests/resources');
const readFileSlice = (fileName: string, start: number, end: number): string => { const readFileSlice = (fileName: string, start: number, end: number): string => {