Skip to content

Commit

Permalink
Correct an incorrectly named test.
Browse files Browse the repository at this point in the history
Part of #23.
  • Loading branch information
jkomoros committed Jul 2, 2023
1 parent de654b8 commit 47629c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/base/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ describe('Garden smoke test', () => {
assert.ok(result.vector.length == ADA_2_EMBEDDING_LENGTH);
});

it ('testing embed seed', async () => {
it ('testing memorize seed', async () => {
const garden = loadTestGarden();
const seed = await garden.seed('memorize-test');
const result = await seed.grow();
Expand Down

0 comments on commit 47629c6

Please sign in to comment.