Skip to content

Commit

Permalink
Fix broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rstorey committed Mar 4, 2019
1 parent 2f47107 commit 1b187a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/tests/test_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_csv_export(self):
"b'Campaign,Project,Item,ItemId,Asset,"
"AssetStatus,DownloadUrl,Transcription\\r\\n'"
"b'Test Campaign,Test Project,Test Item,"
"testitem0123456789,TestAsset,completed,"
"testitem.0123456789,TestAsset,completed,"
"http://tile.loc.gov/image-services/"
"iiif/service:mss:mal:003:0036300:002/full"
"/pct:25/0/default.jpg,Sample\\r\\n'"
Expand Down

0 comments on commit 1b187a9

Please sign in to comment.