Skip to content

Commit

Permalink
chore: fix wording of test
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Mar 29, 2024
1 parent 175331b commit 6e765e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/lock.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Lock from "../../src/utils/lock";

describe("Lock", () => {
test("should not run promises sequentially", async () => {
test("should run promises sequentially", async () => {
const lock = new Lock();

let value = 0;
Expand Down

0 comments on commit 6e765e0

Please sign in to comment.