Skip to content

Commit ffd4323

Browse files
committed
minor
1 parent b4cf85e commit ffd4323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/__tests__/call-step-file.large-payload.ruby.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('callStepFile (large payload via temp file) - Ruby', () => {
2323
const itif = hasRuby ? it : it.skip
2424

2525
itif(
26-
'handles >1MB payload using meta file and cleans up temp dir',
26+
'handles >1MB payload using meta file and cleans up temporary dir',
2727
async () => {
2828
const baseDir = path.join(__dirname, 'steps')
2929
const queueManager = new QueueManager()

0 commit comments

Comments
 (0)