Skip to content

Commit

Permalink
chore(sdk-node): update test
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Dec 9, 2024
1 parent 1954a17 commit 87c3e75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ describe('Node SDK', () => {
const resource = sdk['_resource'];
await resource.waitForAsyncAttributes?.();

assert.deepStrictEqual(resource, Resource.empty());
assert.deepStrictEqual(resource, Resource.default());
await sdk.shutdown();
});
});
Expand Down

0 comments on commit 87c3e75

Please sign in to comment.