From 814a239c0896c904198917ed26bceff8a7eb9d5f Mon Sep 17 00:00:00 2001 From: Laura Folco Date: Sat, 21 Sep 2019 11:38:35 -0400 Subject: [PATCH] Fix reference to data objects The text should be about tests, not data objects --- docs/merge_points/extend-tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/merge_points/extend-tests.md b/docs/merge_points/extend-tests.md index 7398e273d..6aab50764 100644 --- a/docs/merge_points/extend-tests.md +++ b/docs/merge_points/extend-tests.md @@ -1,6 +1,6 @@ # Extend tests -Data objects can be merged to cover the needs of your extension. +Tests can be extended to cover the needs of your extension. In this example, we add an action group to a new copy of the original test for our extension. @@ -142,4 +142,4 @@ Note that there are now two tests below. -``` \ No newline at end of file +```