Skip to content

Commit

Permalink
Remove redundant test #2714
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed Jul 27, 2022
1 parent 5d1082c commit 564f7d3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions data-serving/reusable-data-service/tests/test_case_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@
from data_service.model.case_reference import CaseReference


def test_csv_row_unexcluded():
identifier = "abcd12903478565647382910"
oid = bson.ObjectId(identifier)
ref = CaseReference()
ref.sourceId = oid
csv = ref.to_csv()
assert csv == "abcd12903478565647382910\r\n"


def test_csv_row_excluded():
def test_csv_row():
identifier = "abcd12903478565647382910"
oid = bson.ObjectId(identifier)
ref = CaseReference()
Expand Down

0 comments on commit 564f7d3

Please sign in to comment.