Skip to content

Commit 71a5f0c

Browse files
committed
Update
1 parent 49c1817 commit 71a5f0c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/lib/priority-queue/priority-queue.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ test('duplicate throws error', t => {
7777
t.is(reason.message, 'Cannot add element that already exist');
7878
});
7979

80-
test('add/poll throws error', t => {
80+
test('add/poll throws errors', t => {
8181
t.plan(2);
8282

8383
const queue = new PriorityQueue<any>();

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@algo-js/core/-/core-1.3.1.tgz#aa80e6f0ec7b874d622411db8ad9fe1f1d5bfde4"
88
integrity sha512-e4VY6FosUqmygLtZbsaUNyEDXQcs/B4pTvVwdqd09Q02x3uVdTfRsoxg0aCKHB7ba09AHWBbhUTVe0OCXd82VQ==
99

10-
"@algo-js/heap-tree@^1.1.10":
11-
version "1.1.10"
12-
resolved "https://registry.yarnpkg.com/@algo-js/heap-tree/-/heap-tree-1.1.%3Cspan%20class="x x-first x-last">10.tgz#7a29e8492256794773ad230ed5723ef6c2ae0e1d"
13-
integrity sha512-WGSIe1UQa1jDGPpseekWqLr2bh30Jpabw93wkU8MAFzDntwZ67I0rsWJNE8B6zl3P671CM1lSy95FY7L0knX/A==
10+
"@algo-js/heap-tree@^1.1.12":
11+
version "1.1.12"
12+
resolved "https://registry.yarnpkg.com/@algo-js/heap-tree/-/heap-tree-1.1.%3Cspan%20class="x x-first x-last">12.tgz#352a418e65210c28562aada883e0efaf7f26dc35"
13+
integrity sha512-IDcH6z4k38wefqCDJvDu+VnKjs/7fMvnOE6yZWMzcW7NnL3rLnL2Nbhsa0WTFVHeR5n6fdFimI1uh/ogkr3CYQ==
1414
dependencies:
1515
"@algo-js/core" "^1.3.1"
1616

0 commit comments

Comments
 (0)