aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/unit_tests/completion_test.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/completion_test.coffee b/tests/unit_tests/completion_test.coffee
index 7445f4fa..6b952faa 100644
--- a/tests/unit_tests/completion_test.coffee
+++ b/tests/unit_tests/completion_test.coffee
@@ -16,7 +16,7 @@ context "bookmark completer",
should "flatten a list of bookmarks with inorder traversal", ->
result = @completer.traverseBookmarks([@bookmark1, @bookmark3])
- assert.arrayEqual [@bookmark1, @bookmark2, @bookmark3], @completer.traverseBookmarks([@bookmark1])
+ assert.arrayEqual [@bookmark1, @bookmark2, @bookmark3], result
should "return matching bookmarks when searching", ->
@completer.refresh()