Skip to content

Commit

Permalink
Use full sha1
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m committed Nov 19, 2024
1 parent f47b3a6 commit e275dbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/seed_tools/commands/create.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ describe('create command', () => {
it('test1_git_revision', () => runTest('test1', 'HEAD'));

// Check creating seed using git history for legacy seed.json.
it('legacy_seed', () => runTest('legacy_seed', '3f3eb03e'));
it('legacy_seed', () =>
runTest('legacy_seed', '3f3eb03e12eb7f37a315f66f735d3decb483a90d'));
});

test('set seed version', async () => {
Expand Down

0 comments on commit e275dbb

Please sign in to comment.