Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heartbeat Update #1109

Merged
merged 1 commit into from Mar 22, 2023
Merged

Heartbeat Update #1109

merged 1 commit into from Mar 22, 2023

Conversation

hectorhdzg
Copy link
Member

No description provided.

assert.equal(stub1.args[0][0].value, 0, "value should be 0");
const keys1 = Object.keys(stub1.args[0][0].properties);
assert.equal(keys1.length, 5, "should have 5 kv pairs added when resource type is appSrv");
assert.equal(keys1[0], "sdk", "sdk should be added as a key");
assert.equal(keys1.length, 10, "should have 5 kv pairs added when resource type is appSrv");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small typo in the description of this test. Should be 10 kv pairs now.

@hectorhdzg hectorhdzg merged commit 24d6dc3 into develop Mar 22, 2023
@hectorhdzg hectorhdzg deleted the hectorhdzg/heartbeatup branch March 23, 2023 20:05
@hectorhdzg hectorhdzg mentioned this pull request Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants