Xuanwo commented on code in PR #6307:
URL: https://github.com/apache/opendal/pull/6307#discussion_r2151685516
##########
bindings/nodejs/tests/suites/asyncStatOptions.suite.mjs:
##########
@@ -141,15 +141,15 @@ export function run(op) {
const first_version = first_meta.version
const first_versioning_meta = await op.stat(filename, { version:
first_version })
- expect(first_versioning_meta).toBe(first_meta)
+ expect(first_versioning_meta).toStrictEqual(first_meta)
Review Comment:
I'm not sure if that's expected, since all the other services passed this
test successfully. Could it be a COS issue? Can @suyanhanx take a look?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]