Skip to content

Commit 7c68fc9

Browse files
committed
[ci skip] Fix typo.
1 parent d305862 commit 7c68fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ class BillingJobTest < ActiveJob::TestCase
15131513
end
15141514
```
15151515

1516-
This test is pretty simple and only asserts that the job get the work done
1516+
This test is pretty simple and only asserts that the job got the work done
15171517
as expected.
15181518

15191519
By default, `ActiveJob::TestCase` will set the queue adapter to `:test` so that

0 commit comments

Comments
 (0)