Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
instructr13 committed Oct 14, 2024
1 parent 1c50f66 commit 91ef34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/mock-server/src/gen.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ describe("generated problem parsing", () => {
heightRandom: true,
width: 0,
height: 0,
genKindStart: 0,
genKindGoal: 0,
genKindStart: "all-random",
genKindGoal: "all-random",
});

typia.assert<Problem>(problem);
Expand Down

0 comments on commit 91ef34c

Please sign in to comment.