suyanhanx commented on code in PR #6307:
URL: https://github.com/apache/opendal/pull/6307#discussion_r2151790854
##########
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'll take a look tonight.
--
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]