Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Sep 9, 2024
1 parent de16dab commit af1e481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transforms.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ describe("stream transforms", () => {
expect(mapper).toHaveBeenCalledTimes(0);
});

test("timeout don't yield empty", async ({ expect }) => {
test("yield remaining doesn't incorrectly yield empty", async ({ expect }) => {
expect.assertions(3);

const mapper = vi.fn();
Expand Down

0 comments on commit af1e481

Please sign in to comment.