We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d305862 commit 7c68fc9Copy full SHA for 7c68fc9
guides/source/testing.md
@@ -1513,7 +1513,7 @@ class BillingJobTest < ActiveJob::TestCase
1513
end
1514
```
1515
1516
-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
1517
as expected.
1518
1519
By default, `ActiveJob::TestCase` will set the queue adapter to `:test` so that
0 commit comments