Skip to content
Snippets Groups Projects
Commit a56a6443 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Unifying argument names.

parent 7104e7f4
No related branches found
No related tags found
1 merge request!7Response to reviewer's comments.
......@@ -8,7 +8,7 @@ expect_that(formatCheckSiteNumber('01594440'),prints_text('01594440'))
# formatCheckParameterCd:
expect_that(formatCheckParameterCd('00001'),prints_text('00001'))
# formatCheckDate:
expect_that(formatCheckDate('1985-01-01', "StartDate"),prints_text('1985-01-01'))
expect_that(formatCheckDate('1985-01-01', "startDate"),prints_text('1985-01-01'))
# checkStartEndDate:
expect_that(checkStartEndDate('1985-01-01', '1985-01-31'), equals(c('1985-01-01', '1985-01-31')))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment