From 4f9f68e7a6178ac8462f85469ddd577678b0b412 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Fri, 12 Jan 2018 16:02:09 -0500 Subject: Fix doc typo [ci-skip] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/testing.md b/guides/source/testing.md index b82ccebe7c..0246ab844b 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -1507,7 +1507,7 @@ Testing Jobs ------------ Since your custom jobs can be queued at different levels inside your application, -you'll need to test both, the jobs themselves (their behavior when they get enqueued) +you'll need to test both the jobs themselves (their behavior when they get enqueued) and that other entities correctly enqueue them. ### A Basic Test Case -- cgit v1.2.3