Update code test

This commit is contained in:
Quincy Morgan
2020-01-18 12:27:50 -05:00
parent eda51f6835
commit 73e64b2d7e

View File

@@ -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);