Skip to content

Commit 83bfd89

Browse files
authored
Fix resource name in motion tests (#407) (#408)
1 parent 55d8e9c commit 83bfd89

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Test
22

33
on:
44
workflow_call:
5+
workflow_dispatch:
56

67
jobs:
78
build_lint_test:

src/services/motion/client.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,16 @@ describe('moveOnGlobe', () => {
9090
type: 'component',
9191
subtype: 'base',
9292
name: 'myBase',
93+
remotePath: [],
94+
localName: '',
9395
},
9496
{
9597
namespace: 'viam',
9698
type: 'component',
9799
subtype: 'movementsensor',
98100
name: 'myMovementsensor',
101+
remotePath: [],
102+
localName: '',
99103
}
100104
)
101105
).resolves.toStrictEqual(testExecutionId);

0 commit comments

Comments
 (0)