Skip to content

Commit 3d76303

Browse files
committed
fix typo
1 parent 92e328e commit 3d76303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-context/test/unit/actions/CurrentRecordingActions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('CurrentRecordingActions', () => {
1111

1212
describe('startRun', () => {
1313
it('updates the current run id', () => {
14-
ctx.actions.currentRecording.startRecording('12345')
14+
ctx.actions.currentRecording.startRun('12345')
1515

1616
expect(ctx.coreData.currentRecordingInfo.runId).to.equal('12345')
1717
})

0 commit comments

Comments
 (0)