@@ -69,9 +69,9 @@ describe("LightfeedClient", () => {
6969 id : 1 ,
7070 data : { name : "Test Record" } ,
7171 timestamps : {
72- first_seen_time : "2023-01-01T00:00:00Z" ,
73- last_changed_time : "2023-01-02T00:00:00Z" ,
74- last_seen_time : "2023-01-03T00:00:00Z" ,
72+ created_at : "2023-01-01T00:00:00Z" ,
73+ changed_at : "2023-01-02T00:00:00Z" ,
74+ synced_at : "2023-01-03T00:00:00Z" ,
7575 } ,
7676 } ,
7777 ] ,
@@ -119,9 +119,9 @@ describe("LightfeedClient", () => {
119119 id : 1 ,
120120 data : { name : "Test Record" } ,
121121 timestamps : {
122- first_seen_time : "2023-01-01T00:00:00Z" ,
123- last_changed_time : "2023-01-02T00:00:00Z" ,
124- last_seen_time : "2023-01-03T00:00:00Z" ,
122+ created_at : "2023-01-01T00:00:00Z" ,
123+ changed_at : "2023-01-02T00:00:00Z" ,
124+ synced_at : "2023-01-03T00:00:00Z" ,
125125 } ,
126126 relevance_score : 0.9 ,
127127 } ,
@@ -160,9 +160,9 @@ describe("LightfeedClient", () => {
160160 id : 1 ,
161161 data : { name : "Test Record" , category : "Test" } ,
162162 timestamps : {
163- first_seen_time : "2023-01-01T00:00:00Z" ,
164- last_changed_time : "2023-01-02T00:00:00Z" ,
165- last_seen_time : "2023-01-03T00:00:00Z" ,
163+ created_at : "2023-01-01T00:00:00Z" ,
164+ changed_at : "2023-01-02T00:00:00Z" ,
165+ synced_at : "2023-01-03T00:00:00Z" ,
166166 } ,
167167 } ,
168168 ] ,
0 commit comments