diff --git a/test/spec/ui/raw_tag_editor.js b/test/spec/ui/raw_tag_editor.js index ad699d506..f0f3bc526 100644 --- a/test/spec/ui/raw_tag_editor.js +++ b/test/spec/ui/raw_tag_editor.js @@ -3,7 +3,7 @@ describe('iD.uiRawTagEditor', function() { function render(tags) { taglist = iD.uiRawTagEditor(context) - .entityID(entity.id) + .entityIDs([entity.id]) .preset({isFallback: function() { return false; }}) .tags(tags) .expanded(true);