@@ -77,12 +77,14 @@ describe("context tool", () => {
7777 ] ,
7878 related_results : [
7979 {
80- type : "entity" , title : "Related Note 1" ,
80+ type : "entity" ,
81+ title : "Related Note 1" ,
8182 permalink : "related-note-1" ,
8283 relation_type : "references" ,
8384 } ,
8485 {
85- type : "entity" , title : "Related Note 2" ,
86+ type : "entity" ,
87+ title : "Related Note 2" ,
8688 permalink : "related-note-2" ,
8789 relation_type : "follows_from" ,
8890 } ,
@@ -211,7 +213,8 @@ describe("context tool", () => {
211213 observations : [ { category : "note" , content : "Single observation" } ] ,
212214 related_results : [
213215 {
214- type : "entity" , title : "Related to Second" ,
216+ type : "entity" ,
217+ title : "Related to Second" ,
215218 permalink : "related-to-second" ,
216219 relation_type : "depends_on" ,
217220 } ,
@@ -315,12 +318,14 @@ describe("context tool", () => {
315318 observations : [ ] ,
316319 related_results : [
317320 {
318- type : "entity" , title : "Related Note with Long Title" ,
321+ type : "entity" ,
322+ title : "Related Note with Long Title" ,
319323 permalink : "related-note-with-long-title" ,
320324 relation_type : "references" ,
321325 } ,
322326 {
323- type : "entity" , title : "Short Note" ,
327+ type : "entity" ,
328+ title : "Short Note" ,
324329 permalink : "short" ,
325330 relation_type : "follows_from" ,
326331 } ,
0 commit comments