diff options
Diffstat (limited to 'tests/test-music-config--completion-table.el')
| -rw-r--r-- | tests/test-music-config--completion-table.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-music-config--completion-table.el b/tests/test-music-config--completion-table.el index 5be0479d..5e33e655 100644 --- a/tests/test-music-config--completion-table.el +++ b/tests/test-music-config--completion-table.el @@ -103,7 +103,8 @@ (ert-deftest test-music-config--completion-table-boundary-mixed-case-candidates () "Completion table with mixed-case duplicate candidates." - (let* ((candidates '("Rock" "ROCK" "rock")) + (let* ((completion-ignore-case nil) + (candidates '("Rock" "ROCK" "rock")) (table (cj/music--completion-table candidates)) (result (funcall table "R" nil t))) ;; All start with "R", but exact case matters for complete-with-action |
