@@ -48,7 +48,7 @@ describe('Live content collections', () => {
4848 rendered : { html : '<h1>Page 123</h1><p>This is rendered content.</p>' } ,
4949 cacheHint : {
5050 tags : [ `page:123` ] ,
51- lastModified : '2025-01-01T00:00:00.000Z' ,
51+ lastModified : '2025-01-01T00:00:00.000Z' ,
5252 } ,
5353 } ,
5454 cacheHint : {
@@ -62,7 +62,7 @@ describe('Live content collections', () => {
6262 data : { title : 'Page 456' , age : 20 } ,
6363 cacheHint : {
6464 tags : [ `page:456` ] ,
65- lastModified : '2025-01-01T00:00:00.000Z' ,
65+ lastModified : '2025-01-01T00:00:00.000Z' ,
6666 } ,
6767 } ,
6868 cacheHint : {
@@ -106,12 +106,12 @@ describe('Live content collections', () => {
106106 cacheHint : {
107107 lastModified : '2025-01-01T00:00:00.000Z' ,
108108 tags : [ `page:456` ] ,
109- } ,
109+ } ,
110110 } ,
111111 cacheHint : {
112112 lastModified : '2025-01-01T00:00:00.000Z' ,
113113 tags : [ `page:456` ] ,
114- } ,
114+ } ,
115115 } ,
116116 'passes dynamic filter to getEntry' ,
117117 ) ;
@@ -182,7 +182,7 @@ describe('Live content collections', () => {
182182 cacheHint : {
183183 lastModified : '2025-01-01T00:00:00.000Z' ,
184184 tags : [ `page:123` ] ,
185- } ,
185+ } ,
186186 } ,
187187 cacheHint : {
188188 lastModified : '2025-01-01T00:00:00.000Z' ,
@@ -205,12 +205,12 @@ describe('Live content collections', () => {
205205 cacheHint : {
206206 lastModified : '2025-01-01T00:00:00.000Z' ,
207207 tags : [ `page:456` ] ,
208- } ,
208+ } ,
209209 } ,
210210 cacheHint : {
211211 lastModified : '2025-01-01T00:00:00.000Z' ,
212212 tags : [ `page:456` ] ,
213- } ,
213+ } ,
214214 } ,
215215 'passes dynamic filter to getEntry' ,
216216 ) ;
0 commit comments