Skip to content

Commit

Permalink
Skip multi segment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Dec 8, 2016
1 parent d8ebae3 commit 923673d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/supportTest.js
Expand Up @@ -20,7 +20,7 @@ describe("Support Functions for Unit Testing", function() {
let data = loadSampleData('journalArticle');
yield populateDBWithSampleData(data);

let skipFields = ['id', 'itemType', 'creators']; // Special comparisons
let skipFields = ['id', 'itemType', 'creators', 'multi']; // Special comparisons

for (let itemName in data) {
let item = data[itemName];
Expand Down

0 comments on commit 923673d

Please sign in to comment.