Skip to content

Commit

Permalink
Fix broken tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpbaggett committed Jan 2, 2020
1 parent 939daee commit f79318c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test1.nim
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ suite "Test Fedora Connection Methods":
doAssert(typeof(fedora_connection.populate_results()) is seq[string])

test "Harvest Metadata":
doAssert(typeof(fedora_connection.harvest_metadata("DC")) is Message)
doAssert(typeof(fedora_connection.harvest_datastream("DC")) is Message)

test "Harvest Metadata No Pages":
doAssert(typeof(fedora_connection.harvest_metadata_no_pages("DC")) is Message)
doAssert(typeof(fedora_connection.harvest_datastream_no_pages("DC")) is Message)

0 comments on commit f79318c

Please sign in to comment.