Skip to content

Commit

Permalink
add name to field type check
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelecerati committed Oct 17, 2024
1 parent 2dcfad9 commit fe00d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/src/controllers/stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,7 @@ describe("controllers/stream", () => {
multistream: { targets: { profile: "a", id: "b" } },
});
await testTypeErr({ multistream: { targets: [{ profile: 123 }] } });
await testTypeErr({ name: 123 });
});

it("should validate url format", async () => {
Expand Down

0 comments on commit fe00d9e

Please sign in to comment.