Skip to content

Commit

Permalink
Set plan in account fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed May 23, 2024
1 parent 2bc3e1d commit a7392ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixture/db/accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"_id": { "$oid": "60a38b36bf804b033c5e3faa" },
"active": true,
"email": "[email protected]",
"plan": 2,
"plan": 1,
"createdAt": { "$date": "2021-05-18T09:39:03.446Z" },
"updatedAt": { "$date": "2021-05-18T09:39:23.128Z" },
"__v": 0
Expand Down

0 comments on commit a7392ca

Please sign in to comment.