Skip to content

Commit

Permalink
Fix resource name in motion tests (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma authored Nov 6, 2024
1 parent 146dcec commit ff5bda2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test

on:
workflow_call:
workflow_dispatch:

jobs:
build_lint_test:
Expand Down
4 changes: 4 additions & 0 deletions src/services/motion/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,16 @@ describe('moveOnGlobe', () => {
type: 'component',
subtype: 'base',
name: 'myBase',
remotePath: [],
localName: '',
},
{
namespace: 'viam',
type: 'component',
subtype: 'movementsensor',
name: 'myMovementsensor',
remotePath: [],
localName: '',
}
)
).resolves.toStrictEqual(testExecutionId);
Expand Down

0 comments on commit ff5bda2

Please sign in to comment.