Skip to content

Commit

Permalink
tests/device-tree: Minor spelling fixes
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Feb 22, 2024
1 parent 9058201 commit 928fa03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/suites/os/tests/device-tree/index.js
Expand Up @@ -233,7 +233,7 @@ module.exports = {
attempt++
test.comment(`Sending vcdbg to DUT ${attempt}`);
await this.context.get().worker.sendFile(`${__dirname}/vcdbg`, `/tmp/vcdbg`, this.link);
console.log('vcdbg was successfully to the target')
console.log('vcdbg was successfully sent to the target')
}, { retries: 5, interval: 2000 });

test.is(
Expand All @@ -244,7 +244,7 @@ module.exports = {
this.link,
),
'0',
'vcdbg static binary runs successfuly'
'vcdbg static binary runs successfully'
);
test.is(
await this.context
Expand Down

0 comments on commit 928fa03

Please sign in to comment.