Skip to content

Commit e25c61a

Browse files
committed
test(semantic-search): assert snapshot test fixture (greptile)
1 parent d9e9f7c commit e25c61a

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
@@ -1035,6 +1035,7 @@ describe("ToolSearchIndex manifest snapshot", () => {
10351035
it.effect("scans the create-time manifest snapshot when the live manifest changes", () =>
10361036
Effect.gen(function* () {
10371037
const [tool] = makeTools(1);
1038+
expect(tool).toBeDefined();
10381039
if (tool === undefined) return;
10391040
let liveManifests = [manifestForTool(tool, "fp-at-create", "source-at-create")];
10401041
const counters = { manifest: 0 };

0 commit comments

Comments
 (0)