Skip to content

Commit

Permalink
mediumCreate tests should now expect empty name strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiencek committed May 18, 2015
1 parent ee0385b commit b8e1557
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions root/static/scripts/tests/release-editor/edits.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ addReleaseTest("mediumCreate edits are generated for new release", function (t,
{
"edit_type": 51,
"format_id": 1,
"hash": "5f0c29deb70e582765ec7f89c69578d564296b9d",
"hash": "a3538b040fca631856b0f7925031575268d9786f",
"name": "",
"position": 1,
"release": undefined,
"tracklist": [
Expand Down Expand Up @@ -226,7 +227,8 @@ addReleaseTest("mediumCreate edits are generated for new release", function (t,
{
"edit_type": 51,
"format_id": 1,
"hash": "b3af2f50a1e9001b96105abf3d7a8a78b4ce7cbf",
"hash": "e1b3249d20daf421a77f9ed681d165cc92c59407",
"name": "",
"position": 2,
"release": undefined,
"tracklist": [
Expand Down

0 comments on commit b8e1557

Please sign in to comment.