Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKrieger committed Sep 21, 2023
1 parent 917a482 commit 16304be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/user/library/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,14 +283,14 @@ describe("new form tests", () => {
"name": "macos",
},
],
"perDay": 1,
"perDay": 4,
"segments": [
{
"code": "5678",
"name": "test",
},
],
"totalMax": 10,
"totalMax": 28,
},
],
"advertiserId": "12345",
Expand Down

0 comments on commit 16304be

Please sign in to comment.