summaryrefslogtreecommitdiffstats
path: root/test/api/selectSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/selectSpec.js')
-rw-r--r--test/api/selectSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/selectSpec.js b/test/api/selectSpec.js
index 4224301..f9fd2c9 100644
--- a/test/api/selectSpec.js
+++ b/test/api/selectSpec.js
@@ -67,7 +67,7 @@ describe("awesomplete.select", function () {
this.subject.select(this.selectArgument);
expect(this.subject.close).toHaveBeenCalledWith({
- reason: 'select'
+ reason: "select"
});
});