Skip to content

Commit 19d5be2

Browse files
committed
flyby
1 parent f666454 commit 19d5be2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/services/motion/client.test.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ describe('moveOnGlobe', () => {
4343
type: 'component',
4444
subtype: 'base',
4545
name: 'myBase',
46-
machinePartId: '',
4746
};
4847
const expectedMovementSensorName = {
4948
namespace: 'viam',
5049
type: 'component',
5150
subtype: 'movementsensor',
5251
name: 'myMovementsensor',
53-
machinePartId: '',
5452
};
5553
const expectedMotionConfiguration = undefined;
5654
const expectedExtra = {};
@@ -91,14 +89,12 @@ describe('moveOnGlobe', () => {
9189
type: 'component',
9290
subtype: 'base',
9391
name: 'myBase',
94-
machinePartId: '',
9592
},
9693
{
9794
namespace: 'viam',
9895
type: 'component',
9996
subtype: 'movementsensor',
10097
name: 'myMovementsensor',
101-
machinePartId: '',
10298
}
10399
)
104100
).resolves.toStrictEqual(testExecutionId);
@@ -137,14 +133,12 @@ describe('moveOnGlobe', () => {
137133
type: 'component',
138134
subtype: 'base',
139135
name: 'myBase',
140-
machinePartId: '',
141136
};
142137
const expectedMovementSensorName = {
143138
namespace: 'viam',
144139
type: 'component',
145140
subtype: 'movementsensor',
146141
name: 'myMovementsensor',
147-
machinePartId: '',
148142
};
149143
const expectedMotionConfiguration = {
150144
obstacleDetectorsList: [
@@ -154,14 +148,12 @@ describe('moveOnGlobe', () => {
154148
type: 'service',
155149
subtype: 'vision',
156150
name: 'myVisionService',
157-
machinePartId: '',
158151
},
159152
camera: {
160153
namespace: 'viam',
161154
type: 'component',
162155
subtype: 'camera',
163156
name: 'myCamera',
164-
machinePartId: '',
165157
},
166158
},
167159
],
@@ -227,7 +219,6 @@ describe('stopPlan', () => {
227219
type: 'component',
228220
subtype: 'base',
229221
name: 'myBase',
230-
machinePartId: '',
231222
};
232223
const expectedExtra = {};
233224
const mock = vi
@@ -253,7 +244,6 @@ describe('stopPlan', () => {
253244
type: 'component',
254245
subtype: 'base',
255246
name: 'myBase',
256-
machinePartId: '',
257247
};
258248
const expectedExtra = { some: 'extra' };
259249
const mock = vi
@@ -320,7 +310,6 @@ describe('getPlan', () => {
320310
type: 'component',
321311
subtype: 'base',
322312
name: 'myBase',
323-
machinePartId: '',
324313
};
325314
const expectedLastPlanOnly = false;
326315
const expectedExecutionID = '';
@@ -351,7 +340,6 @@ describe('getPlan', () => {
351340
type: 'component',
352341
subtype: 'base',
353342
name: 'myBase',
354-
machinePartId: '',
355343
};
356344
const expectedLastPlanOnly = true;
357345
const expectedExecutionID = 'some specific executionID';

0 commit comments

Comments
 (0)