From 73e64b2d7e4626f4ca6982cd2f10e59b05f1fb1f Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Sat, 18 Jan 2020 12:27:50 -0500 Subject: [PATCH] Update code test --- test/spec/ui/raw_tag_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);