Skip to content

Commit 92a94cf

Browse files
committed
ci: 53
1 parent 8c7f287 commit 92a94cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/cache/test/fixtures/base-app/src/cacheable/25a.this.controller.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ export class ThisController {
8080
await sleep(this.svc.ttlValue * 1001)
8181

8282
const ret2a = await this.svc.ttl()
83-
console.log(5005)
84-
assert(! ret2a[ConfigKey.CacheMetaType])
85-
console.log(5006)
83+
assert(! ret2a[ConfigKey.CacheMetaType], JSON.stringify(ret2a))
8684

8785
return 'OK'
8886
}

0 commit comments

Comments
 (0)