Skip to content

Commit

Permalink
missed )};
Browse files Browse the repository at this point in the history
  • Loading branch information
Lham42 committed Sep 26, 2024
1 parent cc16e55 commit f0be03e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ts/src/framer/streamer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ describe("Streamer", () => {
});
it("should throw an error when the streamer is opened with a channel that does not exist", async () => {
await expect(client.openStreamer([5678])).rejects.toThrow("not found");
});
test("downsample factor of 1", async () => {
const ch = await newChannel();
const streamer = await client.openStreamer({channels: ch.key, downsampleFactor: 1});
Expand Down

0 comments on commit f0be03e

Please sign in to comment.