Skip to content

Commit

Permalink
fixing doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
katiebuntic committed Sep 1, 2023
1 parent 39fd1bb commit 90bdb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_redcap.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_read_redcap_extract_rows_and_cols(redcap_extract):
"""
Given an extract from redcap with 3 valid rows
When the extract is processed, using the same extract as the current year and previous year
6 rows should exist, and the output columns should match what is in our masterfile definition
8 rows should exist, and the output columns should match what is in our masterfile definition
"""

assert redcap_extract.shape[0] == 8
Expand Down

0 comments on commit 90bdb9a

Please sign in to comment.