diff options
Diffstat (limited to 'test/api/selectSpec.js')
-rw-r--r-- | test/api/selectSpec.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/api/selectSpec.js b/test/api/selectSpec.js index 9a1214e..1117341 100644 --- a/test/api/selectSpec.js +++ b/test/api/selectSpec.js @@ -47,7 +47,6 @@ describe("awesomplete.select", function () { expect(handler).toHaveBeenCalledWith( jasmine.objectContaining({ text: jasmine.objectContaining({ label: expectedTxt, value: expectedTxt }), - data: jasmine.objectContaining({ label: expectedTxt, value: expectedTxt }), origin: this.selectArgument || this.subject.ul.children[0] }) ); |