Skip to content

Commit 9ebb907

Browse files
author
RobLBaker
authored
Fix test_dp_abstract() description for warnings
Corrected the test behavior description for the abstract length and formatting checks.
1 parent cb842e5 commit 9ebb907

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/test_dp_abstract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`test_dp_abstract()` inspects EML for presence of a data package
44
abstract. The test Fails with an error if the abstract is absent or
55
greater than 10,000 characters (required for data.gov). If the abstract
6-
is present, the test fails with a warning if the abstract is \<20 words,
6+
is present, the test passes with a warning if the abstract is \<20 words,
77
\>250 words, or contains a subset of common characters that indicate
88
improper formatting. Otherwise the test passes.
99

0 commit comments

Comments
 (0)