mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-24 18:12:48 +03:00
fix: test typo
This commit is contained in:
parent
cca10524bf
commit
6c0033bb33
@ -350,9 +350,9 @@ describe.concurrent('buildDiff', () => {
|
||||
const expectedOutput2 = `${hunk2.filePath} - ${hunk2.diff}\n${hunk1.filePath} - ${hunk1.diff}`;
|
||||
|
||||
const outputMatchesExpectedValue = [expectedOutput1, expectedOutput2].includes(
|
||||
buildDiff([hunk1, hunk1], 10000)
|
||||
buildDiff([hunk1, hunk2], 10000)
|
||||
);
|
||||
|
||||
expect(outputMatchesExpectedValue).toBeFalsy();
|
||||
expect(outputMatchesExpectedValue).toBeTruthy();
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user