Add a bit of info to whisper protocol
This commit is contained in:
@@ -181,6 +181,7 @@ describe('BPlusTree', () => {
|
||||
|
||||
it('should handle range on empty tree', () => {
|
||||
expect(tree.range()).toEqual([]);
|
||||
expect(tree.range(1, 2)).toEqual([]);
|
||||
});
|
||||
|
||||
it('should handle delete on empty tree', () => {
|
||||
|
||||
Reference in New Issue
Block a user