Skip to content

Commit e9de067

Browse files
committed
test(steami_config): rename accelerometer calibration key for ISM330DL
1 parent 3d3a5b7 commit e9de067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/scenarios/steami_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ tests:
272272
- name: "Apply accelerometer calibration to ISM330DL"
273273
action: script
274274
script: |
275-
dev._data = {"cal_accel": {"ox": 0.01, "oy": -0.02, "oz": 0.03}}
275+
dev._data = {"ca": {"ox": 0.01, "oy": -0.02, "oz": 0.03}}
276276
277277
class ISM330DL(object):
278278
def __init__(self):

0 commit comments

Comments
 (0)