mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Fix typo.
This commit is contained in:
parent
d30586211b
commit
7c68fc98d8
1 changed files with 1 additions and 1 deletions
|
@ -1513,7 +1513,7 @@ class BillingJobTest < ActiveJob::TestCase
|
|||
end
|
||||
```
|
||||
|
||||
This test is pretty simple and only asserts that the job get the work done
|
||||
This test is pretty simple and only asserts that the job got the work done
|
||||
as expected.
|
||||
|
||||
By default, `ActiveJob::TestCase` will set the queue adapter to `:test` so that
|
||||
|
|
Loading…
Reference in a new issue