Skip to content

Commit fbc8de8

Browse files
authored
test: add correct schema to test (#709)
1 parent 3c47eab commit fbc8de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/valid-data-type.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe("valid-data-type", () => {
3131
it("type-maps", assertValidSchema("type-maps", "MyObject"));
3232
it("type-primitives", assertValidSchema("type-primitives", "MyObject"));
3333
it("type-date", assertValidSchema("type-date", "MyObject"));
34-
it("type-date-annotation", assertValidSchema("type-date", "MyObject", "basic"));
34+
it("type-date-annotation", assertValidSchema("type-date-annotation", "MyObject", "basic"));
3535
it("type-regexp", assertValidSchema("type-regexp", "MyObject"));
3636
it("type-union", assertValidSchema("type-union", "TypeUnion"));
3737
it("type-union-tagged", assertValidSchema("type-union-tagged", "Shape"));

0 commit comments

Comments
 (0)