Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove debug code.
  • Loading branch information
Bartel-C8 committed Aug 14, 2019
commit 36dcb6e9110108c0a048e2b552669933b767ddd2
1 change: 0 additions & 1 deletion tests/aggregationsSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ describe('aggregations', function() {

assert.equal(result.tags.buckets.length, 5);
assert.equal(result.actors.buckets.length, 10);
console.log("TEST", result.actors.buckets)
assert.notEqual(result.actors.buckets.find(e => e.key === "Morgan Freeman") , undefined);
assert.equal(result.actors.buckets[0].key, "Morgan Freeman");

Expand Down