Fix typos in some files

This commit is contained in:
khanhkhanhlele 2025-11-18 14:47:47 +07:00
parent 156908c77f
commit d72cad23f6
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ func TestChainSkipIfStillRunning(t *testing.T) {
}()
// After 5ms, the first job is still in progress, and the second job was
// aleady skipped.
// already skipped.
time.Sleep(5 * time.Millisecond)
started, done := j.Started(), j.Done()
if started != 1 || done != 0 {