Skip to content

Commit 40d1f17

Browse files
committed
test(semantic-search): assert snapshot test fixture (greptile)
1 parent b7e4073 commit 40d1f17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/plugins/semantic-search/src/sdk/tool-search-index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@ describe("ToolSearchIndex manifest snapshot", () => {
10041004
it.effect("scans the create-time manifest snapshot when the live manifest changes", () =>
10051005
Effect.gen(function* () {
10061006
const [tool] = makeTools(1);
1007+
expect(tool).toBeDefined();
10071008
if (tool === undefined) return;
10081009
let liveManifests = [manifestForTool(tool, "fp-at-create", "source-at-create")];
10091010
const counters = { manifest: 0 };

0 commit comments

Comments
 (0)