Skip to content

Commit 8a1ecdf

Browse files
test: fix typos in createMediaType.test.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 95db3cb commit 8a1ecdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/createMediaType.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe("createMediaType", () => {
3333
});
3434
});
3535

36-
it("should create a MediaTypeObject with schema and example when example is provided", () => {
36+
it("should create a MediaTypeObject with schema and examples when examples are provided", () => {
3737
expect(createMediaType(mockSchema, undefined, mockExamples)).toStrictEqual({
3838
schema: mockSchema,
3939
examples: {

0 commit comments

Comments
 (0)