diff options
| author | ST-DDT <[email protected]> | 2022-08-15 10:24:50 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-15 08:24:50 +0000 |
| commit | 83e5fd3db1624a2eebaa3d3714be8919e294a018 (patch) | |
| tree | 02fd385690335d0aec574e0d2ed27779eed0de8a /test | |
| parent | fda44bb899efbcbac2071a199964a3e269cbd805 (diff) | |
| download | faker-83e5fd3db1624a2eebaa3d3714be8919e294a018.tar.xz faker-83e5fd3db1624a2eebaa3d3714be8919e294a018.zip | |
refactor(git): reduce code duplication and follow code style (#1271)
Diffstat (limited to 'test')
| -rw-r--r-- | test/__snapshots__/git.spec.ts.snap | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/__snapshots__/git.spec.ts.snap b/test/__snapshots__/git.spec.ts.snap index 9c7367ac..d8e43f6c 100644 --- a/test/__snapshots__/git.spec.ts.snap +++ b/test/__snapshots__/git.spec.ts.snap @@ -4,22 +4,22 @@ exports[`git > 42 > branch 1`] = `"array-transmit"`; exports[`git > 42 > commitMessage 1`] = `"navigate neural capacitor"`; -exports[`git > 42 > commitSha 1`] = `"5cf2bc99272107d592ba00fbdf302f2949806048"`; +exports[`git > 42 > commitSha 1`] = `"8be4abdd39321ad7d3fe01ffce404f4d6db0906b"`; -exports[`git > 42 > shortSha 1`] = `"5cf2bc9"`; +exports[`git > 42 > shortSha 1`] = `"8be4abd"`; exports[`git > 1211 > branch 1`] = `"capacitor-connect"`; exports[`git > 1211 > commitMessage 1`] = `"reboot online circuit"`; -exports[`git > 1211 > commitSha 1`] = `"e7ec32f0a2a3c652bbd0caabde64dfdf379e3259"`; +exports[`git > 1211 > commitSha 1`] = `"eadb42f0e3f4a973fab0aeefce96dfcf49cd438d"`; -exports[`git > 1211 > shortSha 1`] = `"e7ec32f"`; +exports[`git > 1211 > shortSha 1`] = `"eadb42f"`; exports[`git > 1337 > branch 1`] = `"port-quantify"`; exports[`git > 1337 > commitMessage 1`] = `"compress multi-byte panel"`; -exports[`git > 1337 > commitSha 1`] = `"48234870538945f4b41c61a52bf27dccc0576698"`; +exports[`git > 1337 > commitSha 1`] = `"5c346ba075bd57f5a62b82d72af39cbbb07a98cb"`; -exports[`git > 1337 > shortSha 1`] = `"4823487"`; +exports[`git > 1337 > shortSha 1`] = `"5c346ba"`; |
